Html Css Color HEX #181418 Mardi Gras

📋 copy color: '#181418'

red 24 ◦ green 20 ◦ blue 24

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

Shades of Mardi Gras #181418

Tints of Mardi Gras #181418

RGB

 RED value IS 24 (9.77% from 255) = 35.29%

 GREEN value IS 20 (8.2% from 255) = 29.41%

 BLUE value IS 24 (9.77% from 255) = 35.29%

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#181418 (or 0x181418) is known color: Mardi Gras. HEX triplet: 18, 14 and 18. RGB value is (24,20,24). Sum of RGB (Red+Green+Blue) = 24+20+24=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 24 - color contains mainly: red, blue. Hex color #181418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181418 is #E7EBE7. Grayscale: #151515. Windows color (decimal): -15199208 or 1578008. OLE color: 1578008.

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

Color convert

RGB 24 20 24 -
CMYK 0 0.17 0 0.91
HSL 300º 0.09% 0.09% -
HSV(B) 300º 0.17% 0.09% -
XYZ 0.79 0.76 0.97 -
YUV 21.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 24 20 24 0 0.17 0 0.91 300 0.09 0.09
Hex 18 14 18 0 11 0 5B 12C 9 9
Octal 30 24 30 0 21 0 133 454 11 11
Binary 11000 10100 11000 0 10001 0 1011011 100101100 1001 1001

Color Harmonies of #181418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181418

Black with #181418

Text Example


Text Example

White with #181418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181418; }

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

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

background-color css

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

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

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

border-color css

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

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

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