#51112D

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

Shades of Blackberry #51112D

Tints of Blackberry #51112D

Color information

#51112D (or 0x51112D) is unknown color: approx Blackberry. HEX triplet: 51, 11 and 2D. RGB value is (81,17,45). Sum of RGB (Red+Green+Blue) = 81+17+45=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51112D is #AEEED2. Grayscale: #272727. Windows color (decimal): -11464403 or 2953553. OLE color: 2953553.

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

Color convert

RGB811745-
CMYK00.790.440.68
HSL333.75º65.31%19.22%-
HSV(B)333.75º79.01%31.76%-
XYZ4.072.342.72-
YUV39.33131.2157.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=56.64%
G=11.89%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81174500.790.440.68333.7565.3119.22
Hex51112D04F2C4414e4113
Octal121215501175410451610123
Binary101000110001101101010011111011001000100101001110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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