#51122C

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

Shades of Blackberry #51122C

Tints of Blackberry #51122C

Color information

#51122C (or 0x51122C) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 2C. RGB value is (81,18,44). Sum of RGB (Red+Green+Blue) = 81+18+44=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51122C is #AEEDD3. Grayscale: #272727. Windows color (decimal): -11464148 or 2888273. OLE color: 2888273.

HSL color Cylindrical-coordinate representation of color #51122C: hue angle of 335.24º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51122C is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB811844-
CMYK00.780.460.68
HSL335.24º63.64%19.41%-
HSV(B)335.24º77.78%31.76%-
XYZ4.062.362.62-
YUV39.8130.37157.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=56.64%
G=12.59%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81184400.780.460.68335.2463.6419.41
Hex51122C04E2E4414f4013
Octal121225401165610451710023
Binary101000110010101100010011101011101000100101001111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51122C; }

 p { color: rgb(81,18,44); }

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

<style>
 a { background-color: #51122C; }

 a { background-color: rgb(81,18,44); }

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

<style>
 span { border-color: #51122C; }

 span { border-color: rgb(81,18,44); }

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