Html Css Color HEX #120F12 Mardi Gras

📋 copy color: '#120F12'

red 18 ◦ green 15 ◦ blue 18

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

Shades of Mardi Gras #120F12

Tints of Mardi Gras #120F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 29.41%

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120F12 (or 0x120F12) is known color: Mardi Gras. HEX triplet: 12, 0F and 12. RGB value is (18,15,18). Sum of RGB (Red+Green+Blue) = 18+15+18=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F12 is #EDF0ED. Grayscale: #101010. Windows color (decimal): -15593710 or 1183506. OLE color: 1183506.

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

Color convert

RGB 18 15 18 -
CMYK 0 0.17 0 0.93
HSL 300º 0.09% 0.06% -
HSV(B) 300º 0.17% 0.07% -
XYZ 0.53 0.51 0.64 -
YUV 16.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 18 15 18 0 0.17 0 0.93 300 0.09 0.06
Hex 12 F 12 0 11 0 5D 12C 9 6
Octal 22 17 22 0 21 0 135 454 11 6
Binary 10010 1111 10010 0 10001 0 1011101 100101100 1001 110

Color Harmonies of #120F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F12

Black with #120F12

Text Example


Text Example

White with #120F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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