#51113F

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

Shades of Blackberry #51113F

Tints of Blackberry #51113F

Color information

#51113F (or 0x51113F) is unknown color: approx Blackberry. HEX triplet: 51, 11 and 3F. RGB value is (81,17,63). Sum of RGB (Red+Green+Blue) = 81+17+63=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51113F is #AEEEC0. Grayscale: #292929. Windows color (decimal): -11464385 or 4133201. OLE color: 4133201.

HSL color Cylindrical-coordinate representation of color #51113F: hue angle of 316.88º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51113F is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB811763-
CMYK00.790.220.68
HSL316.88º65.31%19.22%-
HSV(B)316.88º79.01%31.76%-
XYZ4.492.514.95-
YUV41.38140.2156.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 63 (25% from 255) = 39.13%
R=50.31%
G=10.56%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81176300.790.220.68316.8865.3119.22
Hex51113F04F164413d4113
Octal121217701172610447510123
Binary10100011000111111101001111101101000100100111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,17,63); }

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

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

 a { background-color: rgb(81,17,63); }

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

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

 span { border-color: rgb(81,17,63); }

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