#581433

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

Shades of Blackberry #581433

Tints of Blackberry #581433

Color information

#581433 (or 0x581433) is unknown color: approx Blackberry. HEX triplet: 58, 14 and 33. RGB value is (88,20,51). Sum of RGB (Red+Green+Blue) = 88+20+51=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #581433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581433 is #A7EBCC. Grayscale: #2B2B2B. Windows color (decimal): -11004877 or 3347544. OLE color: 3347544.

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

Color convert

RGB882051-
CMYK00.770.420.65
HSL332.65º62.96%21.18%-
HSV(B)332.65º77.27%34.51%-
XYZ4.872.813.42-
YUV43.87132.03159.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 55.35%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=55.35%
G=12.58%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88205100.770.420.65332.6562.9621.18
Hex58143304D2A4114d3f15
Octal13024630115521015157725
Binary10110001010011001101001101101010100000110100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581433; }

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

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

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

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

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

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

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

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