#570C2A

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

Shades of Blackberry #570C2A

Tints of Blackberry #570C2A

Color information

#570C2A (or 0x570C2A) is unknown color: approx Blackberry. HEX triplet: 57, 0C and 2A. RGB value is (87,12,42). Sum of RGB (Red+Green+Blue) = 87+12+42=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #570C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C2A is #A8F3D5. Grayscale: #252525. Windows color (decimal): -11072470 or 2755671. OLE color: 2755671.

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

Color convert

RGB871242-
CMYK00.860.520.66
HSL336º75.76%19.41%-
HSV(B)336º86.21%34.12%-
XYZ4.482.462.43-
YUV37.84130.35163.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 61.70%
GREEN value IS 12 (5.08% from 255) = 8.51%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=61.70%
G=8.51%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87124200.860.520.6633675.7619.41
Hex57C2A05634421504c13
Octal127145201266410252011423
Binary10101111100101010010101101101001000010101010000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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