Html Css Color HEX #080508 Mardi Gras

📋 copy color: '#080508'

red 8 ◦ green 5 ◦ blue 8

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

Shades of Mardi Gras #080508

Tints of Mardi Gras #080508

RGB

 RED value IS 8 (3.52% from 255) = 38.1%

 GREEN value IS 5 (2.34% from 255) = 23.81%

 BLUE value IS 8 (3.52% from 255) = 38.1%

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#080508 (or 0x080508) is known color: Mardi Gras. HEX triplet: 08, 05 and 08. RGB value is (8,5,8). Sum of RGB (Red+Green+Blue) = 8+5+8=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080508 is #F7FAF7. Grayscale: #060606. Windows color (decimal): -16251640 or 525576. OLE color: 525576.

HSL color Cylindrical-coordinate representation of color #080508: hue angle of 300º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080508 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 8 5 8 -
CMYK 0 0.38 0 0.97
HSL 300º 0.23% 0.03% -
HSV(B) 300º 0.38% 0.03% -
XYZ 0.2 0.18 0.25 -
YUV 6.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 8 5 8 0 0.38 0 0.97 300 0.23 0.03
Hex 8 5 8 0 26 0 61 12C 17 3
Octal 10 5 10 0 46 0 141 454 27 3
Binary 1000 101 1000 0 100110 0 1100001 100101100 10111 11

Color Harmonies of #080508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080508

Black with #080508

Text Example


Text Example

White with #080508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080508; }

 p { color: rgb(8,5,8); }

 H1.HeaderClassName
 {
   color: #080508;
 }
 .AnyTagClassName
 {
   color: #080508;
 }
</style>

background-color css

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

 a { background-color: rgb(8,5,8); }

 div.DivClassName
 {
   background-color: #080508;
 }
 .BgClassName
 {
   background-color: #080508;
 }
</style>

border-color css

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

 span { border-color: rgb(8,5,8); }

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