#51112E

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

Shades of Blackberry #51112E

Tints of Blackberry #51112E

Color information

#51112E (or 0x51112E) is unknown color: approx Blackberry. HEX triplet: 51, 11 and 2E. RGB value is (81,17,46). Sum of RGB (Red+Green+Blue) = 81+17+46=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51112E is #AEEED1. Grayscale: #272727. Windows color (decimal): -11464402 or 3019089. OLE color: 3019089.

HSL color Cylindrical-coordinate representation of color #51112E: hue angle of 332.81º 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 #51112E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB811746-
CMYK00.790.430.68
HSL332.81º65.31%19.22%-
HSV(B)332.81º79.01%31.76%-
XYZ4.092.352.82-
YUV39.44131.7157.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=56.25%
G=11.81%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81174600.790.430.68332.8165.3119.22
Hex51112E04F2B4414d4113
Octal121215601175310451510123
Binary101000110001101110010011111010111000100101001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51112E; }

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

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

<style>
 a { background-color: #51112E; }

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

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

<style>
 span { border-color: #51112E; }

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

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