Html Css Color HEX #110312 Mardi Gras

📋 copy color: '#110312'

red 17 ◦ green 3 ◦ blue 18

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

Shades of Mardi Gras #110312

Tints of Mardi Gras #110312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.89%

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

R = 44.74%
G = 7.89%
B = 47.37%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110312 (or 0x110312) is known color: Mardi Gras. HEX triplet: 11, 03 and 12. RGB value is (17,3,18). Sum of RGB (Red+Green+Blue) = 17+3+18=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #110312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110312 is #EEFCED. Grayscale: #080808. Windows color (decimal): -15662318 or 1180433. OLE color: 1180433.

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

Color convert

RGB 17 3 18 -
CMYK 0.06 0.83 0 0.93
HSL 296º 0.71% 0.04% -
HSV(B) 296º 0.83% 0.07% -
XYZ 0.37 0.23 0.6 -
YUV 8.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 17 3 18 0.06 0.83 0 0.93 296 0.71 0.04
Hex 11 3 12 6 53 0 5D 128 47 4
Octal 21 3 22 6 123 0 135 450 107 4
Binary 10001 11 10010 110 1010011 0 1011101 100101000 1000111 100

Color Harmonies of #110312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110312

Black with #110312

Text Example


Text Example

White with #110312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110312; }

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

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

background-color css

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

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

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

border-color css

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

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

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