#580E2F

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

Shades of Blackberry #580E2F

Tints of Blackberry #580E2F

Color information

#580E2F (or 0x580E2F) is unknown color: approx Blackberry. HEX triplet: 58, 0E and 2F. RGB value is (88,14,47). Sum of RGB (Red+Green+Blue) = 88+14+47=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #580E2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E2F is #A7F1D0. Grayscale: #272727. Windows color (decimal): -11006417 or 3083864. OLE color: 3083864.

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

Color convert

RGB881447-
CMYK00.840.470.65
HSL333.24º72.55%20%-
HSV(B)333.24º84.09%34.51%-
XYZ4.692.592.94-
YUV39.89132.02162.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=59.06%
G=9.40%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88144700.840.470.65333.2472.5520
Hex58E2F0542F4114d4914
Octal130165701245710151511124
Binary10110001110101111010101001011111000001101001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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