#51122A

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

Shades of Blackberry #51122A

Tints of Blackberry #51122A

Color information

#51122A (or 0x51122A) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 2A. RGB value is (81,18,42). Sum of RGB (Red+Green+Blue) = 81+18+42=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #51122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51122A is #AEEDD5. Grayscale: #272727. Windows color (decimal): -11464150 or 2757201. OLE color: 2757201.

HSL color Cylindrical-coordinate representation of color #51122A: hue angle of 337.14º 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 #51122A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB811842-
CMYK00.780.480.68
HSL337.14º63.64%19.41%-
HSV(B)337.14º77.78%31.76%-
XYZ4.032.352.43-
YUV39.57129.37157.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=57.45%
G=12.77%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81184200.780.480.68337.1463.6419.41
Hex51122A04E30441514013
Octal121225201166010452110023
Binary101000110010101010010011101100001000100101010001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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