Html Css Color HEX #11000E Mardi Gras

📋 copy color: '#11000E'

red 17 ◦ green 0 ◦ blue 14

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

Shades of Mardi Gras #11000E

Tints of Mardi Gras #11000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 45.16%

R = 54.84%
G = 0%
B = 45.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#11000E (or 0x11000E) is known color: Mardi Gras. HEX triplet: 11, 00 and 0E. RGB value is (17,0,14). Sum of RGB (Red+Green+Blue) = 17+0+14=31 (4% of max value = 765). Red value is 17 (7.03% from 255 or 54.84% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 17 - color contains mainly: red. Hex color #11000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11000E is #EEFFF1. Grayscale: #060606. Windows color (decimal): -15663090 or 917521. OLE color: 917521.

HSL color Cylindrical-coordinate representation of color #11000E: hue angle of 310.59º 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 #11000E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 0 14 -
CMYK 0 1 0.18 0.93
HSL 310.59º 1% 0.03% -
HSV(B) 310.59º 1% 0.07% -
XYZ 0.31 0.15 0.43 -
YUV 6.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 17 0 14 0 1 0.18 0.93 310.59 1 0.03
Hex 11 0 E 0 64 12 5D 137 64 3
Octal 21 0 16 0 144 22 135 467 144 3
Binary 10001 0 1110 0 1100100 10010 1011101 100110111 1100100 11

Color Harmonies of #11000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11000E

Black with #11000E

Text Example


Text Example

White with #11000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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