#570E2A

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

Shades of Blackberry #570E2A

Tints of Blackberry #570E2A

Color information

#570E2A (or 0x570E2A) is unknown color: approx Blackberry. HEX triplet: 57, 0E and 2A. RGB value is (87,14,42). Sum of RGB (Red+Green+Blue) = 87+14+42=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E2A is #A8F1D5. Grayscale: #262626. Windows color (decimal): -11071958 or 2756183. OLE color: 2756183.

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

Color convert

RGB871442-
CMYK00.840.520.66
HSL336.99º72.28%19.8%-
HSV(B)336.99º83.91%34.12%-
XYZ4.512.512.44-
YUV39.02129.68162.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=60.84%
G=9.79%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87144200.840.520.66336.9972.2819.8
Hex57E2A05434421514814
Octal127165201246410252111024
Binary10101111110101010010101001101001000010101010001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,14,42); }

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

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

 a { background-color: rgb(87,14,42); }

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

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

 span { border-color: rgb(87,14,42); }

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