#181518

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

Shades of Mardi Gras #181518

Tints of Mardi Gras #181518

Color information

#181518 (or 0x181518) is unknown color: approx Mardi Gras. HEX triplet: 18, 15 and 18. RGB value is (24,21,24). Sum of RGB (Red+Green+Blue) = 24+21+24=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181518 is #E7EAE7. Grayscale: #161616. Windows color (decimal): -15198952 or 1578264. OLE color: 1578264.

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

Color convert

RGB242124-
CMYK00.1300.91
HSL300º6.67%8.82%-
HSV(B)300º12.5%9.41%-
XYZ0.810.80.98-
YUV22.24128.99129.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.78%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 24 (9.77% from 255) = 34.78%
R=34.78%
G=30.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24212400.1300.913006.678.82
Hex1815180D05B12c79
Octal3025300150133454711
Binary11000101011100001101010110111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181518; }

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

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

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

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

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

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

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

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