Html Css Color HEX #120A13 Mardi Gras

📋 copy color: '#120A13'

red 18 ◦ green 10 ◦ blue 19

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

Shades of Mardi Gras #120A13

Tints of Mardi Gras #120A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 21.28%

 BLUE value IS 19 (7.81% from 255) = 40.43%

R = 38.3%
G = 21.28%
B = 40.43%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120A13 (or 0x120A13) is known color: Mardi Gras. HEX triplet: 12, 0A and 13. RGB value is (18,10,19). Sum of RGB (Red+Green+Blue) = 18+10+19=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: blue. Hex color #120A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A13 is #EDF5EC. Grayscale: #0D0D0D. Windows color (decimal): -15594989 or 1247762. OLE color: 1247762.

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

Color convert

RGB 18 10 19 -
CMYK 0.05 0.47 0 0.93
HSL 293.33º 0.31% 0.06% -
HSV(B) 293.33º 0.47% 0.07% -
XYZ 0.48 0.39 0.67 -
YUV 13.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 18 10 19 0.05 0.47 0 0.93 293.33 0.31 0.06
Hex 12 A 13 5 2F 0 5D 125 1F 6
Octal 22 12 23 5 57 0 135 445 37 6
Binary 10010 1010 10011 101 101111 0 1011101 100100101 11111 110

Color Harmonies of #120A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A13

Black with #120A13

Text Example


Text Example

White with #120A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,10,19); }

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

background-color css

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

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

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

border-color css

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

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

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