#571431

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

Shades of Blackberry #571431

Tints of Blackberry #571431

Color information

#571431 (or 0x571431) is unknown color: approx Blackberry. HEX triplet: 57, 14 and 31. RGB value is (87,20,49). Sum of RGB (Red+Green+Blue) = 87+20+49=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571431 is #A8EBCE. Grayscale: #2B2B2B. Windows color (decimal): -11070415 or 3216471. OLE color: 3216471.

HSL color Cylindrical-coordinate representation of color #571431: hue angle of 334.03º 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 #571431 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB872049-
CMYK00.770.440.66
HSL334.03º62.62%20.98%-
HSV(B)334.03º77.01%34.12%-
XYZ4.742.753.19-
YUV43.34131.2159.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=55.77%
G=12.82%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87204900.770.440.66334.0362.6220.98
Hex57143104D2C4214e3f15
Octal12724610115541025167725
Binary10101111010011000101001101101100100001010100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571431; }

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

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

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

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

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

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

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

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