Html Css Color HEX #180119 Mardi Gras

📋 copy color: '#180119'

red 24 ◦ green 1 ◦ blue 25

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

Shades of Mardi Gras #180119

Tints of Mardi Gras #180119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2%

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

R = 48%
G = 2%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#180119 (or 0x180119) is known color: Mardi Gras. HEX triplet: 18, 01 and 19. RGB value is (24,1,25). Sum of RGB (Red+Green+Blue) = 24+1+25=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #180119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180119 is #E7FEE6. Grayscale: #0A0A0A. Windows color (decimal): -15204071 or 1638680. OLE color: 1638680.

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

Color convert

RGB 24 1 25 -
CMYK 0.04 0.96 0 0.90
HSL 297.5º 0.92% 0.05% -
HSV(B) 297.5º 0.96% 0.1% -
XYZ 0.56 0.29 0.95 -
YUV 10.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 24 1 25 0.04 0.96 0 0.90 297.5 0.92 0.05
Hex 18 1 19 4 60 0 5A 12A 5C 5
Octal 30 1 31 4 140 0 132 452 134 5
Binary 11000 1 11001 100 1100000 0 1011010 100101010 1011100 101

Color Harmonies of #180119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180119

Black with #180119

Text Example


Text Example

White with #180119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180119; }

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

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

background-color css

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

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

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

border-color css

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

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

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