#580928

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

Shades of Blackberry #580928

Tints of Blackberry #580928

Color information

#580928 (or 0x580928) is unknown color: approx Blackberry. HEX triplet: 58, 09 and 28. RGB value is (88,9,40). Sum of RGB (Red+Green+Blue) = 88+9+40=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #580928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580928 is #A7F6D7. Grayscale: #242424. Windows color (decimal): -11007704 or 2623832. OLE color: 2623832.

HSL color Cylindrical-coordinate representation of color #580928: hue angle of 336.46º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580928 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB88940-
CMYK00.900.550.65
HSL336.46º81.44%19.02%-
HSV(B)336.46º89.77%34.51%-
XYZ4.512.422.24-
YUV36.16130.17164.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=64.23%
G=6.57%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8894000.900.550.65336.4681.4419.02
Hex5892805A37411505113
Octal130115001326710152012123
Binary10110001001101000010110101101111000001101010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580928; }

 p { color: rgb(88,9,40); }

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

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

 a { background-color: rgb(88,9,40); }

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

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

 span { border-color: rgb(88,9,40); }

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