#50123D

Color #50123D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #50123D

Tints of Blackberry #50123D

Color information

#50123D (or 0x50123D) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 3D. RGB value is (80,18,61). Sum of RGB (Red+Green+Blue) = 80+18+61=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #50123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50123D is #AFEDC2. Grayscale: #292929. Windows color (decimal): -11529667 or 4002384. OLE color: 4002384.

HSL color Cylindrical-coordinate representation of color #50123D: hue angle of 318.39º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50123D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB801861-
CMYK00.780.240.69
HSL318.39º63.27%19.22%-
HSV(B)318.39º77.5%31.37%-
XYZ4.372.484.66-
YUV41.44139.04155.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 50.31%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=50.31%
G=11.32%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80186100.780.240.69318.3963.2719.22
Hex50123D04E184513e3f13
Octal12022750116301054767723
Binary1010000100101111010100111011000100010110011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50123D; }

 p { color: rgb(80,18,61); }

 H1.HeaderClassName
 {
   color: #50123D;
 }
 .AnyTagClassName
 {
   color: #50123D;
 }
</style>
background-color css

<style>
 a { background-color: #50123D; }

 a { background-color: rgb(80,18,61); }

 div.DivClassName
 {
   background-color: #50123D;
 }
 .BgClassName
 {
   background-color: #50123D;
 }
</style>
border-color css

<style>
 span { border-color: #50123D; }

 span { border-color: rgb(80,18,61); }

 td.TdClassName
 {
   border-color: #50123D;
 }
 .TagClassName
 {
   border-color: #50123D;
 }
</style>