#570929

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

Shades of Blackberry #570929

Tints of Blackberry #570929

Color information

#570929 (or 0x570929) is unknown color: approx Blackberry. HEX triplet: 57, 09 and 29. RGB value is (87,9,41). Sum of RGB (Red+Green+Blue) = 87+9+41=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #570929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570929 is #A8F6D6. Grayscale: #232323. Windows color (decimal): -11073239 or 2689367. OLE color: 2689367.

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

Color convert

RGB87941-
CMYK00.900.530.66
HSL335.38º81.25%18.82%-
HSV(B)335.38º89.66%34.12%-
XYZ4.432.382.32-
YUV35.97130.84164.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.50%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=63.50%
G=6.57%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8794100.900.530.66335.3881.2518.82
Hex5792905A354214f5113
Octal127115101326510251712123
Binary10101111001101001010110101101011000010101001111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570929; }

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

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

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

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

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

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

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

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