Html Css Color HEX #181318 Mardi Gras

📋 copy color: '#181318'

red 24 ◦ green 19 ◦ blue 24

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

Shades of Mardi Gras #181318

Tints of Mardi Gras #181318

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 value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#181318 (or 0x181318) is known color: 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

RGB 24 19 24 -
CMYK 0 0.21 0 0.91
HSL 300º 0.12% 0.08% -
HSV(B) 300º 0.21% 0.09% -
XYZ 0.77 0.73 0.96 -
YUV 21.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 24 19 24 0 0.21 0 0.91 300 0.12 0.08
Hex 18 13 18 0 15 0 5B 12C C 8
Octal 30 23 30 0 25 0 133 454 14 10
Binary 11000 10011 11000 0 10101 0 1011011 100101100 1100 1000

Color Harmonies of #181318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181318

Black with #181318

Text Example


Text Example

White with #181318

Text Example


Text Example

HTML Codes & Css Web 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>