#570C2C

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

Shades of Blackberry #570C2C

Tints of Blackberry #570C2C

Color information

#570C2C (or 0x570C2C) is unknown color: approx Blackberry. HEX triplet: 57, 0C and 2C. RGB value is (87,12,44). Sum of RGB (Red+Green+Blue) = 87+12+44=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570C2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C2C is #A8F3D3. Grayscale: #262626. Windows color (decimal): -11072468 or 2886743. OLE color: 2886743.

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

Color convert

RGB871244-
CMYK00.860.490.66
HSL334.4º75.76%19.41%-
HSV(B)334.4º86.21%34.12%-
XYZ4.522.472.62-
YUV38.07131.35162.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=60.84%
G=8.39%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87124400.860.490.66334.475.7619.41
Hex57C2C056314214e4c13
Octal127145401266110251611423
Binary10101111100101100010101101100011000010101001110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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