Html Css Color HEX #180F19 Mardi Gras

📋 copy color: '#180F19'

red 24 ◦ green 15 ◦ blue 25

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

Shades of Mardi Gras #180F19

Tints of Mardi Gras #180F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.44%

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

R = 37.5%
G = 23.44%
B = 39.06%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#180F19 (or 0x180F19) is known color: Mardi Gras. HEX triplet: 18, 0F and 19. RGB value is (24,15,25). Sum of RGB (Red+Green+Blue) = 24+15+25=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 25 - color contains mainly: blue. Hex color #180F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F19 is #E7F0E6. Grayscale: #121212. Windows color (decimal): -15200487 or 1642264. OLE color: 1642264.

HSL color Cylindrical-coordinate representation of color #180F19: hue angle of 294º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #180F19 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 15 25 -
CMYK 0.04 0.40 0 0.90
HSL 294º 0.25% 0.08% -
HSV(B) 294º 0.4% 0.1% -
XYZ 0.72 0.61 1 -
YUV 18.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 24 15 25 0.04 0.40 0 0.90 294 0.25 0.08
Hex 18 F 19 4 28 0 5A 126 19 8
Octal 30 17 31 4 50 0 132 446 31 10
Binary 11000 1111 11001 100 101000 0 1011010 100100110 11001 1000

Color Harmonies of #180F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180F19

Black with #180F19

Text Example


Text Example

White with #180F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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