#580A29

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

Shades of Blackberry #580A29

Tints of Blackberry #580A29

Color information

#580A29 (or 0x580A29) is unknown color: approx Blackberry. HEX triplet: 58, 0A and 29. RGB value is (88,10,41). Sum of RGB (Red+Green+Blue) = 88+10+41=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #580A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A29 is #A7F5D6. Grayscale: #242424. Windows color (decimal): -11007447 or 2689624. OLE color: 2689624.

HSL color Cylindrical-coordinate representation of color #580A29: hue angle of 336.15º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A29 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB881041-
CMYK00.890.530.65
HSL336.15º79.59%19.22%-
HSV(B)336.15º88.64%34.51%-
XYZ4.532.452.33-
YUV36.86130.34164.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=63.31%
G=7.19%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88104100.890.530.65336.1579.5919.22
Hex58A2905935411505013
Octal130125101316510152012023
Binary10110001010101001010110011101011000001101010000101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580A29; }

 p { color: rgb(88,10,41); }

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

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

 a { background-color: rgb(88,10,41); }

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

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

 span { border-color: rgb(88,10,41); }

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