#570D2E

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

Shades of Blackberry #570D2E

Tints of Blackberry #570D2E

Color information

#570D2E (or 0x570D2E) is unknown color: approx Blackberry. HEX triplet: 57, 0D and 2E. RGB value is (87,13,46). Sum of RGB (Red+Green+Blue) = 87+13+46=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #570D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D2E is #A8F2D1. Grayscale: #262626. Windows color (decimal): -11072210 or 3018071. OLE color: 3018071.

HSL color Cylindrical-coordinate representation of color #570D2E: hue angle of 333.24º 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 #570D2E is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB871346-
CMYK00.850.470.66
HSL333.24º74%19.61%-
HSV(B)333.24º85.06%34.12%-
XYZ4.572.512.83-
YUV38.89132.02162.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=59.59%
G=8.90%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87134600.850.470.66333.247419.61
Hex57D2E0552F4214d4a14
Octal127155601255710251511224
Binary10101111101101110010101011011111000010101001101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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