#580F2F

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

Shades of Blackberry #580F2F

Tints of Blackberry #580F2F

Color information

#580F2F (or 0x580F2F) is unknown color: approx Blackberry. HEX triplet: 58, 0F and 2F. RGB value is (88,15,47). Sum of RGB (Red+Green+Blue) = 88+15+47=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #580F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F2F is #A7F0D0. Grayscale: #282828. Windows color (decimal): -11006161 or 3084120. OLE color: 3084120.

HSL color Cylindrical-coordinate representation of color #580F2F: hue angle of 333.7º 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 #580F2F is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB881547-
CMYK00.830.470.65
HSL333.7º70.87%20.2%-
HSV(B)333.7º82.95%34.51%-
XYZ4.712.622.95-
YUV40.47131.68161.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 47 (18.75% from 255) = 31.33%
R=58.67%
G=10%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88154700.830.470.65333.770.8720.2
Hex58F2F0532F4114e4714
Octal130175701235710151610724
Binary10110001111101111010100111011111000001101001110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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