#181318

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

Shades of Mardi Gras #181318

Tints of Mardi Gras #181318

Color information

#181318 (or 0x181318) is unknown color: approx Mardi Gras. HEX triplet: 18, 13 and 18. RGB value is (24,19,24). Sum of RGB (Red+Green+Blue) = 24+19+24=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181318 is #E7ECE7. Grayscale: #151515. Windows color (decimal): -15199464 or 1577752. OLE color: 1577752.

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

Color convert

RGB241924-
CMYK00.2100.91
HSL300º11.63%8.43%-
HSV(B)300º20.83%9.41%-
XYZ0.770.730.96-
YUV21.06129.66130.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=35.82%
G=28.36%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24192400.2100.9130011.638.43
Hex18131801505B12cc8
Octal30233002501334541410
Binary1100010011110000101010101101110010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181318; }

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

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

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

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

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

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

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

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