Html Css Color HEX #180219 Mardi Gras

📋 copy color: '#180219'

red 24 ◦ green 2 ◦ blue 25

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

Shades of Mardi Gras #180219

Tints of Mardi Gras #180219

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

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

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

RGB 24 2 25 -
CMYK 0.04 0.92 0 0.90
HSL 297.39º 0.85% 0.05% -
HSV(B) 297.39º 0.92% 0.1% -
XYZ 0.57 0.31 0.95 -
YUV 11.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 24 2 25 0.04 0.92 0 0.90 297.39 0.85 0.05
Hex 18 2 19 4 5C 0 5A 129 55 5
Octal 30 2 31 4 134 0 132 451 125 5
Binary 11000 10 11001 100 1011100 0 1011010 100101001 1010101 101

Color Harmonies of #180219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180219

Black with #180219

Text Example


Text Example

White with #180219

Text Example


Text Example

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