#571033

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

Shades of Blackberry #571033

Tints of Blackberry #571033

Color information

#571033 (or 0x571033) is unknown color: approx Blackberry. HEX triplet: 57, 10 and 33. RGB value is (87,16,51). Sum of RGB (Red+Green+Blue) = 87+16+51=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571033 is #A8EFCC. Grayscale: #292929. Windows color (decimal): -11071437 or 3346519. OLE color: 3346519.

HSL color Cylindrical-coordinate representation of color #571033: hue angle of 330.42º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571033 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB871651-
CMYK00.820.410.66
HSL330.42º68.93%20.2%-
HSV(B)330.42º81.61%34.12%-
XYZ4.712.643.39-
YUV41.22133.52160.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=56.49%
G=10.39%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87165100.820.410.66330.4268.9320.2
Hex571033052294214a4514
Octal127206301225110251210524
Binary101011110000110011010100101010011000010101001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571033; }

 p { color: rgb(87,16,51); }

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

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

 a { background-color: rgb(87,16,51); }

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

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

 span { border-color: rgb(87,16,51); }

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