Html Css Color HEX #181219 Mardi Gras

📋 copy color: '#181219'

red 24 ◦ green 18 ◦ blue 25

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

Shades of Mardi Gras #181219

Tints of Mardi Gras #181219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.87%

 BLUE value IS 25 (10.16% from 255) = 37.31%

R = 35.82%
G = 26.87%
B = 37.31%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#181219 (or 0x181219) is known color: Mardi Gras. HEX triplet: 18, 12 and 19. RGB value is (24,18,25). Sum of RGB (Red+Green+Blue) = 24+18+25=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 25 - color contains mainly: blue. Hex color #181219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181219 is #E7EDE6. Grayscale: #141414. Windows color (decimal): -15199719 or 1643032. OLE color: 1643032.

HSL color Cylindrical-coordinate representation of color #181219: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #181219 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 18 25 -
CMYK 0.04 0.28 0 0.90
HSL 291.43º 0.16% 0.08% -
HSV(B) 291.43º 0.28% 0.1% -
XYZ 0.77 0.7 1.01 -
YUV 20.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 24 18 25 0.04 0.28 0 0.90 291.43 0.16 0.08
Hex 18 12 19 4 1C 0 5A 123 10 8
Octal 30 22 31 4 34 0 132 443 20 10
Binary 11000 10010 11001 100 11100 0 1011010 100100011 10000 1000

Color Harmonies of #181219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181219

Black with #181219

Text Example


Text Example

White with #181219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181219; }

 p { color: rgb(24,18,25); }

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

background-color css

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

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

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

border-color css

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

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

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