Html Css Color HEX #120912 Mardi Gras

📋 copy color: '#120912'

red 18 ◦ green 9 ◦ blue 18

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

Shades of Mardi Gras #120912

Tints of Mardi Gras #120912

RGB

 RED value IS 18 (7.42% from 255) = 40%

 GREEN value IS 9 (3.91% from 255) = 20%

 BLUE value IS 18 (7.42% from 255) = 40%

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120912 (or 0x120912) is known color: Mardi Gras. HEX triplet: 12, 09 and 12. RGB value is (18,9,18). Sum of RGB (Red+Green+Blue) = 18+9+18=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120912 is #EDF6ED. Grayscale: #0C0C0C. Windows color (decimal): -15595246 or 1181970. OLE color: 1181970.

HSL color Cylindrical-coordinate representation of color #120912: hue angle of 300º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120912 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 9 18 -
CMYK 0 0.5 0 0.93
HSL 300º 0.33% 0.05% -
HSV(B) 300º 0.5% 0.07% -
XYZ 0.46 0.37 0.62 -
YUV 12.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 18 9 18 0 0.5 0 0.93 300 0.33 0.05
Hex 12 9 12 0 32 0 5D 12C 21 5
Octal 22 11 22 0 62 0 135 454 41 5
Binary 10010 1001 10010 0 110010 0 1011101 100101100 100001 101

Color Harmonies of #120912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120912

Black with #120912

Text Example


Text Example

White with #120912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120912; }

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

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

background-color css

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

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

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

border-color css

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

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

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