#180019

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

Shades of Mardi Gras #180019

Tints of Mardi Gras #180019

Color information

#180019 (or 0x180019) is unknown color: approx Mardi Gras. HEX triplet: 18, 00 and 19. RGB value is (24,0,25). Sum of RGB (Red+Green+Blue) = 24+0+25=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #180019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180019 is #E7FFE6. Grayscale: #090909. Windows color (decimal): -15204327 or 1638424. OLE color: 1638424.

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

Color convert

RGB24025-
CMYK0.04100.90
HSL297.6º100%4.9%-
HSV(B)297.6º100%9.8%-
XYZ0.550.260.94-
YUV10.03136.45137.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=48.98%
G=0%
B=51.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal240250.04100.90297.61004.9
Hex1801946405A12a645
Octal30031414401324521445
Binary110000110011001100100010110101001010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180019; }

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

 H1.HeaderClassName
 {
   color: #180019;
 }
 .AnyTagClassName
 {
   color: #180019;
 }
</style>
background-color css

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

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

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

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

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

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