Html Css Color HEX #580F2C Blackberry

📋 copy color: '#580F2C'

red 88 ◦ green 15 ◦ blue 44

#580F2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #580F2C

Tints of Blackberry #580F2C

RGB

 RED value IS 88 (34.77% from 255) = 59.86%

 GREEN value IS 15 (6.25% from 255) = 10.2%

 BLUE value IS 44 (17.58% from 255) = 29.93%

R = 59.86%
G = 10.2%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#580F2C (or 0x580F2C) is known color: 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

RGB 88 15 44 -
CMYK 0 0.83 0.5 0.65
HSL 336.16º 0.71% 0.2% -
HSV(B) 336.16º 0.83% 0.35% -
XYZ 4.65 2.6 2.64 -
YUV 40.13 130.18 162.14 -
System Red Green Blue C M Y K H S L
Decimal 88 15 44 0 0.83 0.5 0.65 336.16 0.71 0.2
Hex 58 F 2C 0 53 32 41 150 47 14
Octal 130 17 54 0 123 62 101 520 107 24
Binary 1011000 1111 101100 0 1010011 110010 1000001 101010000 1000111 10100

Color Harmonies of #580F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F2C

Black with #580F2C

Text Example


Text Example

White with #580F2C

Text Example


Text Example

HTML Codes & Css Web 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>