#571432

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

Shades of Blackberry #571432

Tints of Blackberry #571432

Color information

#571432 (or 0x571432) is unknown color: approx Blackberry. HEX triplet: 57, 14 and 32. RGB value is (87,20,50). Sum of RGB (Red+Green+Blue) = 87+20+50=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571432 is #A8EBCD. Grayscale: #2B2B2B. Windows color (decimal): -11070414 or 3282007. OLE color: 3282007.

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

Color convert

RGB872050-
CMYK00.770.430.66
HSL333.13º62.62%20.98%-
HSV(B)333.13º77.01%34.12%-
XYZ4.762.763.3-
YUV43.45131.7159.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=55.41%
G=12.74%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87205000.770.430.66333.1362.6220.98
Hex57143204D2B4214d3f15
Octal12724620115531025157725
Binary10101111010011001001001101101011100001010100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571432; }

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

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

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

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

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

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

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

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