#580F2C

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

Shades of Blackberry #580F2C

Tints of Blackberry #580F2C

Color information

#580F2C (or 0x580F2C) is unknown color: approx Blackberry. HEX triplet: 58, 0F and 2C. RGB value is (88,15,44). Sum of RGB (Red+Green+Blue) = 88+15+44=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #580F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F2C is #A7F0D3. Grayscale: #282828. Windows color (decimal): -11006164 or 2887512. OLE color: 2887512.

HSL color Cylindrical-coordinate representation of color #580F2C: hue angle of 336.16º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F2C is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB881544-
CMYK00.830.50.65
HSL336.16º70.87%20.2%-
HSV(B)336.16º82.95%34.51%-
XYZ4.652.62.64-
YUV40.13130.18162.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=59.86%
G=10.20%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88154400.830.50.65336.1670.8720.2
Hex58F2C05332411504714
Octal130175401236210152010724
Binary10110001111101100010100111100101000001101010000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,15,44); }

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

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

 a { background-color: rgb(88,15,44); }

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

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

 span { border-color: rgb(88,15,44); }

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