#080208

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

Shades of Mardi Gras #080208

Tints of Mardi Gras #080208

Color information

#080208 (or 0x080208) is unknown color: approx Mardi Gras. HEX triplet: 08, 02 and 08. RGB value is (8,2,8). Sum of RGB (Red+Green+Blue) = 8+2+8=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 8 (3.52% from 255 or 44.44% from 18); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080208 is #F7FDF7. Grayscale: #040404. Windows color (decimal): -16252408 or 524808. OLE color: 524808.

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

Color convert

RGB828-
CMYK00.7500.97
HSL300º60%1.96%-
HSV(B)300º75%3.14%-
XYZ0.170.110.24-
YUV4.48129.99130.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 44.44%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 44.44%
R=44.44%
G=11.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82800.7500.97300601.96
Hex82804B06112c3c2
Octal1021001130141454742
Binary1000101000010010110110000110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080208; }

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

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

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

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

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

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

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

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