#571231

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

Shades of Blackberry #571231

Tints of Blackberry #571231

Color information

#571231 (or 0x571231) is unknown color: approx Blackberry. HEX triplet: 57, 12 and 31. RGB value is (87,18,49). Sum of RGB (Red+Green+Blue) = 87+18+49=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571231 is #A8EDCE. Grayscale: #2A2A2A. Windows color (decimal): -11070927 or 3215959. OLE color: 3215959.

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

Color convert

RGB871849-
CMYK00.790.440.66
HSL333.04º65.71%20.59%-
HSV(B)333.04º79.31%34.12%-
XYZ4.72.683.18-
YUV42.16131.86159.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=56.49%
G=11.69%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184900.790.440.66333.0465.7120.59
Hex57123104F2C4214d4215
Octal127226101175410251510225
Binary101011110010110001010011111011001000010101001101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571231; }

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

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

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

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

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

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

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

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