#180F19

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

Shades of Mardi Gras #180F19

Tints of Mardi Gras #180F19

Color information

#180F19 (or 0x180F19) is unknown color: approx 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

RGB241525-
CMYK0.040.4000.90
HSL294º25%7.84%-
HSV(B)294º40%9.8%-
XYZ0.720.611-
YUV18.83131.48131.69-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2415250.040.4000.90294257.84
Hex18F1942805A126198
Octal30173145001324463110
Binary1100011111100110010100001011010100100110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>