#581332

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

Shades of Blackberry #581332

Tints of Blackberry #581332

Color information

#581332 (or 0x581332) is unknown color: approx Blackberry. HEX triplet: 58, 13 and 32. RGB value is (88,19,50). Sum of RGB (Red+Green+Blue) = 88+19+50=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #581332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581332 is #A7ECCD. Grayscale: #2B2B2B. Windows color (decimal): -11005134 or 3281752. OLE color: 3281752.

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

Color convert

RGB881950-
CMYK00.780.430.65
HSL333.04º64.49%20.98%-
HSV(B)333.04º78.41%34.51%-
XYZ4.832.773.3-
YUV43.16131.86159.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=56.05%
G=12.10%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88195000.780.430.65333.0464.4920.98
Hex58133204E2B4114d4015
Octal130236201165310151510025
Binary101100010011110010010011101010111000001101001101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581332; }

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

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

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

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

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

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

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

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