Html Css Color HEX #110010 Mardi Gras

📋 copy color: '#110010'

red 17 ◦ green 0 ◦ blue 16

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

Shades of Mardi Gras #110010

Tints of Mardi Gras #110010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 48.48%

R = 51.52%
G = 0%
B = 48.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#110010 (or 0x110010) is known color: Mardi Gras. HEX triplet: 11, 00 and 10. RGB value is (17,0,16). Sum of RGB (Red+Green+Blue) = 17+0+16=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110010 is #EEFFEF. Grayscale: #060606. Windows color (decimal): -15663088 or 1048593. OLE color: 1048593.

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

Color convert

RGB 17 0 16 -
CMYK 0 1 0.06 0.93
HSL 303.53º 1% 0.03% -
HSV(B) 303.53º 1% 0.07% -
XYZ 0.32 0.16 0.5 -
YUV 6.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 17 0 16 0 1 0.06 0.93 303.53 1 0.03
Hex 11 0 10 0 64 6 5D 130 64 3
Octal 21 0 20 0 144 6 135 460 144 3
Binary 10001 0 10000 0 1100100 110 1011101 100110000 1100100 11

Color Harmonies of #110010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110010

Black with #110010

Text Example


Text Example

White with #110010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110010; }

 p { color: rgb(17,0,16); }

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

background-color css

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

 a { background-color: rgb(17,0,16); }

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

border-color css

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

 span { border-color: rgb(17,0,16); }

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