#180219

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

Shades of Mardi Gras #180219

Tints of Mardi Gras #180219

Color information

#180219 (or 0x180219) is unknown color: approx Mardi Gras. HEX triplet: 18, 02 and 19. RGB value is (24,2,25). Sum of RGB (Red+Green+Blue) = 24+2+25=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #180219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180219 is #E7FDE6. Grayscale: #0B0B0B. Windows color (decimal): -15203815 or 1638936. OLE color: 1638936.

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

Color convert

RGB24225-
CMYK0.040.9200.90
HSL297.39º85.19%5.29%-
HSV(B)297.39º92%9.8%-
XYZ0.570.310.95-
YUV11.2135.79137.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=47.06%
G=3.92%
B=49.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal242250.040.9200.90297.3985.195.29
Hex1821945C05A129555
Octal30231413401324511255
Binary1100010110011001011100010110101001010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180219; }

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

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

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

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

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

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

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

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