Html Css Color HEX #080408 Mardi Gras

📋 copy color: '#080408'

red 8 ◦ green 4 ◦ blue 8

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

Shades of Mardi Gras #080408

Tints of Mardi Gras #080408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#080408 (or 0x080408) is known color: Mardi Gras. HEX triplet: 08, 04 and 08. RGB value is (8,4,8). Sum of RGB (Red+Green+Blue) = 8+4+8=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 8 (3.52% from 255 or 40% from 20); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080408 is #F7FBF7. Grayscale: #050505. Windows color (decimal): -16251896 or 525320. OLE color: 525320.

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

Color convert

RGB 8 4 8 -
CMYK 0 0.5 0 0.97
HSL 300º 0.33% 0.02% -
HSV(B) 300º 0.5% 0.03% -
XYZ 0.19 0.16 0.25 -
YUV 5.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 8 4 8 0 0.5 0 0.97 300 0.33 0.02
Hex 8 4 8 0 32 0 61 12C 21 2
Octal 10 4 10 0 62 0 141 454 41 2
Binary 1000 100 1000 0 110010 0 1100001 100101100 100001 10

Color Harmonies of #080408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080408

Black with #080408

Text Example


Text Example

White with #080408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080408; }

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

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

background-color css

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

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

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

border-color css

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

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

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