#080608

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

Shades of Mardi Gras #080608

Tints of Mardi Gras #080608

Color information

#080608 (or 0x080608) is unknown color: approx Mardi Gras. HEX triplet: 08, 06 and 08. RGB value is (8,6,8). Sum of RGB (Red+Green+Blue) = 8+6+8=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080608 is #F7F9F7. Grayscale: #060606. Windows color (decimal): -16251384 or 525832. OLE color: 525832.

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

Color convert

RGB868-
CMYK00.2500.97
HSL300º14.29%2.75%-
HSV(B)300º25%3.14%-
XYZ0.210.20.26-
YUV6.83128.66128.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 6 (2.73% from 255) = 27.27%
BLUE value IS 8 (3.52% from 255) = 36.36%
R=36.36%
G=27.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal86800.2500.9730014.292.75
Hex86801906112ce3
Octal106100310141454163
Binary1000110100001100101100001100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080608; }

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

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

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

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

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

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

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

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