#080008

Color #080008 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #080008

Tints of Mardi Gras #080008

Color information

#080008 (or 0x080008) is unknown color: approx Mardi Gras. HEX triplet: 08, 00 and 08. RGB value is (8,0,8). Sum of RGB (Red+Green+Blue) = 8+0+8=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 8 (3.52% from 255 or 50% from 16); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080008 is #F7FFF7. Grayscale: #030303. Windows color (decimal): -16252920 or 524296. OLE color: 524296.

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

Color convert

RGB808-
CMYK0100.97
HSL300º100%1.57%-
HSV(B)300º100%3.14%-
XYZ0.140.070.24-
YUV3.3130.65131.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal8080100.973001001.57
Hex80806406112c642
Octal10010014401414541442
Binary1000010000110010001100001100101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080008; }

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

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

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

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

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

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

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

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