Html Css Color HEX #120713 Mardi Gras

📋 copy color: '#120713'

red 18 ◦ green 7 ◦ blue 19

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

Shades of Mardi Gras #120713

Tints of Mardi Gras #120713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.91%

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

R = 40.91%
G = 15.91%
B = 43.18%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120713 (or 0x120713) is known color: Mardi Gras. HEX triplet: 12, 07 and 13. RGB value is (18,7,19). Sum of RGB (Red+Green+Blue) = 18+7+19=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #120713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120713 is #EDF8EC. Grayscale: #0B0B0B. Windows color (decimal): -15595757 or 1246994. OLE color: 1246994.

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

Color convert

RGB 18 7 19 -
CMYK 0.05 0.63 0 0.93
HSL 295º 0.46% 0.05% -
HSV(B) 295º 0.63% 0.07% -
XYZ 0.44 0.33 0.66 -
YUV 11.66 132.14 132.52 -
System Red Green Blue C M Y K H S L
Decimal 18 7 19 0.05 0.63 0 0.93 295 0.46 0.05
Hex 12 7 13 5 3F 0 5D 127 2E 5
Octal 22 7 23 5 77 0 135 447 56 5
Binary 10010 111 10011 101 111111 0 1011101 100100111 101110 101

Color Harmonies of #120713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120713

Black with #120713

Text Example


Text Example

White with #120713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120713; }

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

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

background-color css

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

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

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

border-color css

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

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

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