#571333

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

Shades of Blackberry #571333

Tints of Blackberry #571333

Color information

#571333 (or 0x571333) is unknown color: approx Blackberry. HEX triplet: 57, 13 and 33. RGB value is (87,19,51). Sum of RGB (Red+Green+Blue) = 87+19+51=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571333 is #A8ECCC. Grayscale: #2A2A2A. Windows color (decimal): -11070669 or 3347287. OLE color: 3347287.

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

Color convert

RGB871951-
CMYK00.780.410.66
HSL331.76º64.15%20.78%-
HSV(B)331.76º78.16%34.12%-
XYZ4.762.733.41-
YUV42.98132.53159.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=55.41%
G=12.10%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87195100.780.410.66331.7664.1520.78
Hex57133304E294214c4015
Octal127236301165110251410025
Binary101011110011110011010011101010011000010101001100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571333; }

 p { color: rgb(87,19,51); }

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

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

 a { background-color: rgb(87,19,51); }

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

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

 span { border-color: rgb(87,19,51); }

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