Html Css Color HEX #110712 Mardi Gras

📋 copy color: '#110712'

red 17 ◦ green 7 ◦ blue 18

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

Shades of Mardi Gras #110712

Tints of Mardi Gras #110712

RGB

 RED value IS 17 (7.03% from 255) = 40.48%

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

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

R = 40.48%
G = 16.67%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110712 (or 0x110712) is known color: Mardi Gras. HEX triplet: 11, 07 and 12. RGB value is (17,7,18). Sum of RGB (Red+Green+Blue) = 17+7+18=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: blue. Hex color #110712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110712 is #EEF8ED. Grayscale: #0B0B0B. Windows color (decimal): -15661294 or 1181457. OLE color: 1181457.

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

Color convert

RGB 17 7 18 -
CMYK 0.06 0.61 0 0.93
HSL 294.55º 0.44% 0.05% -
HSV(B) 294.55º 0.61% 0.07% -
XYZ 0.42 0.31 0.61 -
YUV 11.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 17 7 18 0.06 0.61 0 0.93 294.55 0.44 0.05
Hex 11 7 12 6 3D 0 5D 127 2C 5
Octal 21 7 22 6 75 0 135 447 54 5
Binary 10001 111 10010 110 111101 0 1011101 100100111 101100 101

Color Harmonies of #110712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110712

Black with #110712

Text Example


Text Example

White with #110712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110712; }

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

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

background-color css

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

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

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

border-color css

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

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

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