#51062F

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

Shades of Blackberry #51062F

Tints of Blackberry #51062F

Color information

#51062F (or 0x51062F) is unknown color: approx Blackberry. HEX triplet: 51, 06 and 2F. RGB value is (81,6,47). Sum of RGB (Red+Green+Blue) = 81+6+47=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #51062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51062F is #AEF9D0. Grayscale: #212121. Windows color (decimal): -11467217 or 3081809. OLE color: 3081809.

HSL color Cylindrical-coordinate representation of color #51062F: hue angle of 327.2º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #51062F is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.68.

Color convert

RGB81647-
CMYK00.930.420.68
HSL327.2º86.21%17.06%-
HSV(B)327.2º92.59%31.76%-
XYZ3.972.082.88-
YUV33.1135.85162.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=60.45%
G=4.48%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164700.930.420.68327.286.2117.06
Hex5162F05D2A441475611
Octal12165701355210450712621
Binary1010001110101111010111011010101000100101000111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,6,47); }

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

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

 a { background-color: rgb(81,6,47); }

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

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

 span { border-color: rgb(81,6,47); }

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