#571332

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

Shades of Blackberry #571332

Tints of Blackberry #571332

Color information

#571332 (or 0x571332) is unknown color: approx Blackberry. HEX triplet: 57, 13 and 32. RGB value is (87,19,50). Sum of RGB (Red+Green+Blue) = 87+19+50=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571332 is #A8ECCD. Grayscale: #2A2A2A. Windows color (decimal): -11070670 or 3281751. OLE color: 3281751.

HSL color Cylindrical-coordinate representation of color #571332: hue angle of 332.65º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571332 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB871950-
CMYK00.780.430.66
HSL332.65º64.15%20.78%-
HSV(B)332.65º78.16%34.12%-
XYZ4.742.723.29-
YUV42.87132.03159.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=55.77%
G=12.18%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87195000.780.430.66332.6564.1520.78
Hex57133204E2B4214d4015
Octal127236201165310251510025
Binary101011110011110010010011101010111000010101001101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571332; }

 p { color: rgb(87,19,50); }

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

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

 a { background-color: rgb(87,19,50); }

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

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

 span { border-color: rgb(87,19,50); }

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