Html Css Color HEX #080308 Mardi Gras

📋 copy color: '#080308'

red 8 ◦ green 3 ◦ blue 8

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

Shades of Mardi Gras #080308

Tints of Mardi Gras #080308

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 value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#080308 (or 0x080308) is known color: 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

RGB 8 3 8 -
CMYK 0 0.63 0 0.97
HSL 300º 0.45% 0.02% -
HSV(B) 300º 0.63% 0.03% -
XYZ 0.18 0.13 0.25 -
YUV 5.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 8 3 8 0 0.63 0 0.97 300 0.45 0.02
Hex 8 3 8 0 3F 0 61 12C 2D 2
Octal 10 3 10 0 77 0 141 454 55 2
Binary 1000 11 1000 0 111111 0 1100001 100101100 101101 10

Color Harmonies of #080308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080308

Black with #080308

Text Example


Text Example

White with #080308

Text Example


Text Example

HTML Codes & Css Web 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>