Html Css Color HEX #120913 Mardi Gras

📋 copy color: '#120913'

red 18 ◦ green 9 ◦ blue 19

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

Shades of Mardi Gras #120913

Tints of Mardi Gras #120913

RGB

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

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

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

R = 39.13%
G = 19.57%
B = 41.3%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#120913 (or 0x120913) is known color: Mardi Gras. HEX triplet: 12, 09 and 13. RGB value is (18,9,19). Sum of RGB (Red+Green+Blue) = 18+9+19=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #120913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120913 is #EDF6EC. Grayscale: #0C0C0C. Windows color (decimal): -15595245 or 1247506. OLE color: 1247506.

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

Color convert

RGB 18 9 19 -
CMYK 0.05 0.53 0 0.93
HSL 294º 0.36% 0.05% -
HSV(B) 294º 0.53% 0.07% -
XYZ 0.46 0.37 0.66 -
YUV 12.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 18 9 19 0.05 0.53 0 0.93 294 0.36 0.05
Hex 12 9 13 5 35 0 5D 126 24 5
Octal 22 11 23 5 65 0 135 446 44 5
Binary 10010 1001 10011 101 110101 0 1011101 100100110 100100 101

Color Harmonies of #120913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120913

Black with #120913

Text Example


Text Example

White with #120913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120913; }

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

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

background-color css

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

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

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

border-color css

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

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

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