Html Css Color HEX #181518 Mardi Gras

📋 copy color: '#181518'

red 24 ◦ green 21 ◦ blue 24

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

Shades of Mardi Gras #181518

Tints of Mardi Gras #181518

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

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

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

RGB 24 21 24 -
CMYK 0 0.13 0 0.91
HSL 300º 0.07% 0.09% -
HSV(B) 300º 0.13% 0.09% -
XYZ 0.81 0.8 0.98 -
YUV 22.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 24 21 24 0 0.13 0 0.91 300 0.07 0.09
Hex 18 15 18 0 D 0 5B 12C 7 9
Octal 30 25 30 0 15 0 133 454 7 11
Binary 11000 10101 11000 0 1101 0 1011011 100101100 111 1001

Color Harmonies of #181518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181518

Black with #181518

Text Example


Text Example

White with #181518

Text Example


Text Example

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