#181118

Color #181118 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #181118

Tints of Mardi Gras #181118

Color information

#181118 (or 0x181118) is unknown color: approx Mardi Gras. HEX triplet: 18, 11 and 18. RGB value is (24,17,24). Sum of RGB (Red+Green+Blue) = 24+17+24=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181118 is #E7EEE7. Grayscale: #131313. Windows color (decimal): -15199976 or 1577240. OLE color: 1577240.

HSL color Cylindrical-coordinate representation of color #181118: hue angle of 300º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181118 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB241724-
CMYK00.2900.91
HSL300º17.07%8.04%-
HSV(B)300º29.17%9.41%-
XYZ0.740.660.95-
YUV19.89130.32130.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=36.92%
G=26.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24172400.2900.9130017.078.04
Hex18111801D05B12c118
Octal30213003501334542110
Binary11000100011100001110101011011100101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181118; }

 p { color: rgb(24,17,24); }

 H1.HeaderClassName
 {
   color: #181118;
 }
 .AnyTagClassName
 {
   color: #181118;
 }
</style>
background-color css

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

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

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

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

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

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