#57112D

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

Shades of Blackberry #57112D

Tints of Blackberry #57112D

Color information

#57112D (or 0x57112D) is unknown color: approx Blackberry. HEX triplet: 57, 11 and 2D. RGB value is (87,17,45). Sum of RGB (Red+Green+Blue) = 87+17+45=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57112D is #A8EED2. Grayscale: #292929. Windows color (decimal): -11071187 or 2953559. OLE color: 2953559.

HSL color Cylindrical-coordinate representation of color #57112D: hue angle of 336º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57112D is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB871745-
CMYK00.800.480.66
HSL336º67.31%20.39%-
HSV(B)336º80.46%34.12%-
XYZ4.62.622.74-
YUV41.12130.19160.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=58.39%
G=11.41%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87174500.800.480.6633667.3120.39
Hex57112D05030421504314
Octal127215501206010252010324
Binary101011110001101101010100001100001000010101010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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