#571531

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

Shades of Blackberry #571531

Tints of Blackberry #571531

Color information

#571531 (or 0x571531) is unknown color: approx Blackberry. HEX triplet: 57, 15 and 31. RGB value is (87,21,49). Sum of RGB (Red+Green+Blue) = 87+21+49=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571531 is #A8EACE. Grayscale: #2B2B2B. Windows color (decimal): -11070159 or 3216727. OLE color: 3216727.

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

Color convert

RGB872149-
CMYK00.760.440.66
HSL334.55º61.11%21.18%-
HSV(B)334.55º75.86%34.12%-
XYZ4.752.783.19-
YUV43.93130.87158.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=55.41%
G=13.38%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87214900.760.440.66334.5561.1121.18
Hex57153104C2C4214f3d15
Octal12725610114541025177525
Binary10101111010111000101001100101100100001010100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571531; }

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

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

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

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

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

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

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

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