#580C2B

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

Shades of Blackberry #580C2B

Tints of Blackberry #580C2B

Color information

#580C2B (or 0x580C2B) is unknown color: approx Blackberry. HEX triplet: 58, 0C and 2B. RGB value is (88,12,43). Sum of RGB (Red+Green+Blue) = 88+12+43=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C2B is #A7F3D4. Grayscale: #262626. Windows color (decimal): -11006933 or 2821208. OLE color: 2821208.

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

Color convert

RGB881243-
CMYK00.860.510.65
HSL335.53º76%19.61%-
HSV(B)335.53º86.36%34.51%-
XYZ4.592.512.53-
YUV38.26130.68163.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=61.54%
G=8.39%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88124300.860.510.65335.537619.61
Hex58C2B05633411504c14
Octal130145301266310152011424
Binary10110001100101011010101101100111000001101010000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,43); }

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

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

 a { background-color: rgb(88,12,43); }

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

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

 span { border-color: rgb(88,12,43); }

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