Html Css Color HEX #110512 Mardi Gras

📋 copy color: '#110512'

red 17 ◦ green 5 ◦ blue 18

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

Shades of Mardi Gras #110512

Tints of Mardi Gras #110512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.5%

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

R = 42.5%
G = 12.5%
B = 45%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110512 (or 0x110512) is known color: Mardi Gras. HEX triplet: 11, 05 and 12. RGB value is (17,5,18). Sum of RGB (Red+Green+Blue) = 17+5+18=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #110512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110512 is #EEFAED. Grayscale: #0A0A0A. Windows color (decimal): -15661806 or 1180945. OLE color: 1180945.

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

Color convert

RGB 17 5 18 -
CMYK 0.06 0.72 0 0.93
HSL 295.38º 0.57% 0.05% -
HSV(B) 295.38º 0.72% 0.07% -
XYZ 0.39 0.27 0.6 -
YUV 10.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 17 5 18 0.06 0.72 0 0.93 295.38 0.57 0.05
Hex 11 5 12 6 48 0 5D 127 39 5
Octal 21 5 22 6 110 0 135 447 71 5
Binary 10001 101 10010 110 1001000 0 1011101 100100111 111001 101

Color Harmonies of #110512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110512

Black with #110512

Text Example


Text Example

White with #110512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110512; }

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

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

background-color css

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

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

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

border-color css

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

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

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