#18011A

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

Shades of Mardi Gras #18011A

Tints of Mardi Gras #18011A

Color information

#18011A (or 0x18011A) is unknown color: approx Mardi Gras. HEX triplet: 18, 01 and 1A. RGB value is (24,1,26). Sum of RGB (Red+Green+Blue) = 24+1+26=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #18011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011A is #E7FEE5. Grayscale: #0A0A0A. Windows color (decimal): -15204070 or 1704216. OLE color: 1704216.

HSL color Cylindrical-coordinate representation of color #18011A: hue angle of 295.2º degrees, saturation: 0.93, 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 #18011A is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB24126-
CMYK0.080.9600.90
HSL295.2º92.59%5.29%-
HSV(B)295.2º96.15%10.2%-
XYZ0.570.291-
YUV10.73136.62137.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=47.06%
G=1.96%
B=50.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal241260.080.9600.90295.292.595.29
Hex1811A86005A1275d5
Octal301321014001324471355
Binary1100011101010001100000010110101001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18011A; }

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

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

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

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

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

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

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

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