#570A2B

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

Shades of Blackberry #570A2B

Tints of Blackberry #570A2B

Color information

#570A2B (or 0x570A2B) is unknown color: approx Blackberry. HEX triplet: 57, 0A and 2B. RGB value is (87,10,43). Sum of RGB (Red+Green+Blue) = 87+10+43=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A2B is #A8F5D4. Grayscale: #242424. Windows color (decimal): -11072981 or 2820695. OLE color: 2820695.

HSL color Cylindrical-coordinate representation of color #570A2B: hue angle of 334.29º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A2B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB871043-
CMYK00.890.510.66
HSL334.29º79.38%19.02%-
HSV(B)334.29º88.51%34.12%-
XYZ4.482.422.52-
YUV36.78131.51163.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=62.14%
G=7.14%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87104300.890.510.66334.2979.3819.02
Hex57A2B059334214e4f13
Octal127125301316310251611723
Binary10101111010101011010110011100111000010101001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,10,43); }

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

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

 a { background-color: rgb(87,10,43); }

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

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

 span { border-color: rgb(87,10,43); }

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