Html Css Color HEX #120C12 Mardi Gras

📋 copy color: '#120C12'

red 18 ◦ green 12 ◦ blue 18

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

Shades of Mardi Gras #120C12

Tints of Mardi Gras #120C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

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

R = 37.5%
G = 25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120C12 (or 0x120C12) is known color: Mardi Gras. HEX triplet: 12, 0C and 12. RGB value is (18,12,18). Sum of RGB (Red+Green+Blue) = 18+12+18=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C12 is #EDF3ED. Grayscale: #0E0E0E. Windows color (decimal): -15594478 or 1182738. OLE color: 1182738.

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

Color convert

RGB 18 12 18 -
CMYK 0 0.33 0 0.93
HSL 300º 0.2% 0.06% -
HSV(B) 300º 0.33% 0.07% -
XYZ 0.49 0.44 0.63 -
YUV 14.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 18 12 18 0 0.33 0 0.93 300 0.2 0.06
Hex 12 C 12 0 21 0 5D 12C 14 6
Octal 22 14 22 0 41 0 135 454 24 6
Binary 10010 1100 10010 0 100001 0 1011101 100101100 10100 110

Color Harmonies of #120C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C12

Black with #120C12

Text Example


Text Example

White with #120C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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