#570D2C

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

Shades of Blackberry #570D2C

Tints of Blackberry #570D2C

Color information

#570D2C (or 0x570D2C) is unknown color: approx Blackberry. HEX triplet: 57, 0D and 2C. RGB value is (87,13,44). Sum of RGB (Red+Green+Blue) = 87+13+44=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #570D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D2C is #A8F2D3. Grayscale: #262626. Windows color (decimal): -11072212 or 2886999. OLE color: 2886999.

HSL color Cylindrical-coordinate representation of color #570D2C: hue angle of 334.86º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D2C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB871344-
CMYK00.850.490.66
HSL334.86º74%19.61%-
HSV(B)334.86º85.06%34.12%-
XYZ4.532.52.63-
YUV38.66131.02162.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=60.42%
G=9.03%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87134400.850.490.66334.867419.61
Hex57D2C055314214f4a14
Octal127155401256110251711224
Binary10101111101101100010101011100011000010101001111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570D2C; }

 p { color: rgb(87,13,44); }

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

<style>
 a { background-color: #570D2C; }

 a { background-color: rgb(87,13,44); }

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

<style>
 span { border-color: #570D2C; }

 span { border-color: rgb(87,13,44); }

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