#181219

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

Shades of Mardi Gras #181219

Tints of Mardi Gras #181219

Color information

#181219 (or 0x181219) is unknown color: approx 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

RGB241825-
CMYK0.040.2800.90
HSL291.43º16.28%8.43%-
HSV(B)291.43º28%9.8%-
XYZ0.770.71.01-
YUV20.59130.49130.43-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2418250.040.2800.90291.4316.288.43
Hex18121941C05A123108
Octal30223143401324432010
Binary1100010010110011001110001011010100100011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>