#570C29

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

Shades of Blackberry #570C29

Tints of Blackberry #570C29

Color information

#570C29 (or 0x570C29) is unknown color: approx Blackberry. HEX triplet: 57, 0C and 29. RGB value is (87,12,41). Sum of RGB (Red+Green+Blue) = 87+12+41=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C29 is #A8F3D6. Grayscale: #252525. Windows color (decimal): -11072471 or 2690135. OLE color: 2690135.

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

Color convert

RGB871241-
CMYK00.860.530.66
HSL336.8º75.76%19.41%-
HSV(B)336.8º86.21%34.12%-
XYZ4.462.452.34-
YUV37.73129.85163.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=62.14%
G=8.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87124100.860.530.66336.875.7619.41
Hex57C2905635421514c13
Octal127145101266510252111423
Binary10101111100101001010101101101011000010101010001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,12,41); }

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

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

 a { background-color: rgb(87,12,41); }

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

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

 span { border-color: rgb(87,12,41); }

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