#571232

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

Shades of Blackberry #571232

Tints of Blackberry #571232

Color information

#571232 (or 0x571232) is unknown color: approx Blackberry. HEX triplet: 57, 12 and 32. RGB value is (87,18,50). Sum of RGB (Red+Green+Blue) = 87+18+50=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #571232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571232 is #A8EDCD. Grayscale: #2A2A2A. Windows color (decimal): -11070926 or 3281495. OLE color: 3281495.

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

Color convert

RGB871850-
CMYK00.790.430.66
HSL332.17º65.71%20.59%-
HSV(B)332.17º79.31%34.12%-
XYZ4.722.693.29-
YUV42.28132.36159.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=56.13%
G=11.61%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87185000.790.430.66332.1765.7120.59
Hex57123204F2B4214c4215
Octal127226201175310251410225
Binary101011110010110010010011111010111000010101001100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571232; }

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

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

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

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

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

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

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

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