#080308

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

Shades of Mardi Gras #080308

Tints of Mardi Gras #080308

Color information

#080308 (or 0x080308) is unknown color: approx Mardi Gras. HEX triplet: 08, 03 and 08. RGB value is (8,3,8). Sum of RGB (Red+Green+Blue) = 8+3+8=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 8 (3.52% from 255 or 42.11% from 19); Max value from RGB is 8 - color contains mainly: red, blue. Hex color #080308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080308 is #F7FCF7. Grayscale: #050505. Windows color (decimal): -16252152 or 525064. OLE color: 525064.

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

Color convert

RGB838-
CMYK00.6300.97
HSL300º45.45%2.16%-
HSV(B)300º62.5%3.14%-
XYZ0.180.130.25-
YUV5.06129.66130.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 42.11%
GREEN value IS 3 (1.56% from 255) = 15.79%
BLUE value IS 8 (3.52% from 255) = 42.11%
R=42.11%
G=15.79%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal83800.6300.9730045.452.16
Hex83803F06112c2d2
Octal103100770141454552
Binary100011100001111110110000110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080308; }

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

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

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

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

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

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

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

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