#50122F

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

Shades of Blackberry #50122F

Tints of Blackberry #50122F

Color information

#50122F (or 0x50122F) is unknown color: approx Blackberry. HEX triplet: 50, 12 and 2F. RGB value is (80,18,47). Sum of RGB (Red+Green+Blue) = 80+18+47=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50122F is #AFEDD0. Grayscale: #272727. Windows color (decimal): -11529681 or 3084880. OLE color: 3084880.

HSL color Cylindrical-coordinate representation of color #50122F: hue angle of 331.94º 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 #50122F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB801847-
CMYK00.780.410.69
HSL331.94º63.27%19.22%-
HSV(B)331.94º77.5%31.37%-
XYZ4.042.342.93-
YUV39.84132.04156.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.17%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=55.17%
G=12.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80184700.780.410.69331.9463.2719.22
Hex50122F04E294514c3f13
Octal12022570116511055147723
Binary10100001001010111101001110101001100010110100110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50122F; }

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

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

<style>
 a { background-color: #50122F; }

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

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

<style>
 span { border-color: #50122F; }

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

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