#581333

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

Shades of Blackberry #581333

Tints of Blackberry #581333

Color information

#581333 (or 0x581333) is unknown color: approx Blackberry. HEX triplet: 58, 13 and 33. RGB value is (88,19,51). Sum of RGB (Red+Green+Blue) = 88+19+51=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581333 is #A7ECCC. Grayscale: #2B2B2B. Windows color (decimal): -11005133 or 3347288. OLE color: 3347288.

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

Color convert

RGB881951-
CMYK00.780.420.65
HSL332.17º64.49%20.98%-
HSV(B)332.17º78.41%34.51%-
XYZ4.852.783.41-
YUV43.28132.36159.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.70%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=55.70%
G=12.03%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88195100.780.420.65332.1764.4920.98
Hex58133304E2A4114c4015
Octal130236301165210151410025
Binary101100010011110011010011101010101000001101001100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581333; }

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

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

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

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

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

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

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

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