#180A19

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

Shades of Mardi Gras #180A19

Tints of Mardi Gras #180A19

Color information

#180A19 (or 0x180A19) is unknown color: approx Mardi Gras. HEX triplet: 18, 0A and 19. RGB value is (24,10,25). Sum of RGB (Red+Green+Blue) = 24+10+25=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #180A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A19 is #E7F5E6. Grayscale: #0F0F0F. Windows color (decimal): -15201767 or 1640984. OLE color: 1640984.

HSL color Cylindrical-coordinate representation of color #180A19: hue angle of 296º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #180A19 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB241025-
CMYK0.040.6000.90
HSL296º42.86%6.86%-
HSV(B)296º60%9.8%-
XYZ0.660.480.98-
YUV15.9133.14133.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 25 (10.16% from 255) = 42.37%
R=40.68%
G=16.95%
B=42.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2410250.040.6000.9029642.866.86
Hex18A1943C05A1282b7
Octal3012314740132450537
Binary1100010101100110011110001011010100101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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