#51052C

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

Shades of Blackberry #51052C

Tints of Blackberry #51052C

Color information

#51052C (or 0x51052C) is unknown color: approx Blackberry. HEX triplet: 51, 05 and 2C. RGB value is (81,5,44). Sum of RGB (Red+Green+Blue) = 81+5+44=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #51052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51052C is #AEFAD3. Grayscale: #202020. Windows color (decimal): -11467476 or 2884945. OLE color: 2884945.

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

Color convert

RGB81544-
CMYK00.940.460.68
HSL329.21º88.37%16.86%-
HSV(B)329.21º93.83%31.76%-
XYZ3.92.042.57-
YUV32.17134.68162.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.31%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 44 (17.58% from 255) = 33.85%
R=62.31%
G=3.85%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154400.940.460.68329.2188.3716.86
Hex5152C05E2E441495811
Octal12155401365610451113021
Binary1010001101101100010111101011101000100101001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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