#570E31

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

Shades of Blackberry #570E31

Tints of Blackberry #570E31

Color information

#570E31 (or 0x570E31) is unknown color: approx Blackberry. HEX triplet: 57, 0E and 31. RGB value is (87,14,49). Sum of RGB (Red+Green+Blue) = 87+14+49=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #570E31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E31 is #A8F1CE. Grayscale: #272727. Windows color (decimal): -11071951 or 3214935. OLE color: 3214935.

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

Color convert

RGB871449-
CMYK00.840.440.66
HSL331.23º72.28%19.8%-
HSV(B)331.23º83.91%34.12%-
XYZ4.642.563.16-
YUV39.82133.18161.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 14 (5.86% from 255) = 9.33%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=58%
G=9.33%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87144900.840.440.66331.2372.2819.8
Hex57E310542C4214b4814
Octal127166101245410251311024
Binary10101111110110001010101001011001000010101001011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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