Html Css Color HEX #090009 Mardi Gras

📋 copy color: '#090009'

red 9 ◦ green 0 ◦ blue 9

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

Shades of Mardi Gras #090009

Tints of Mardi Gras #090009

RGB

 RED value IS 9 (3.91% from 255) = 50%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#090009 (or 0x090009) is known color: Mardi Gras. HEX triplet: 09, 00 and 09. RGB value is (9,0,9). Sum of RGB (Red+Green+Blue) = 9+0+9=18 (2% of max value = 765). Red value is 9 (3.91% from 255 or 50% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 9 (3.91% from 255 or 50% from 18); Max value from RGB is 9 - color contains mainly: red, blue. Hex color #090009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090009 is #F6FFF6. Grayscale: #030303. Windows color (decimal): -16187383 or 589833. OLE color: 589833.

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

Color convert

RGB 9 0 9 -
CMYK 0 1 0 0.96
HSL 300º 1% 0.02% -
HSV(B) 300º 1% 0.04% -
XYZ 0.16 0.08 0.26 -
YUV 3.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 9 0 9 0 1 0 0.96 300 1 0.02
Hex 9 0 9 0 64 0 60 12C 64 2
Octal 11 0 11 0 144 0 140 454 144 2
Binary 1001 0 1001 0 1100100 0 1100000 100101100 1100100 10

Color Harmonies of #090009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090009

Black with #090009

Text Example


Text Example

White with #090009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090009; }

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

 H1.HeaderClassName
 {
   color: #090009;
 }
 .AnyTagClassName
 {
   color: #090009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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