#18061A

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

Shades of Mardi Gras #18061A

Tints of Mardi Gras #18061A

Color information

#18061A (or 0x18061A) is unknown color: approx Mardi Gras. HEX triplet: 18, 06 and 1A. RGB value is (24,6,26). Sum of RGB (Red+Green+Blue) = 24+6+26=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #18061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061A is #E7F9E5. Grayscale: #0D0D0D. Windows color (decimal): -15202790 or 1705496. OLE color: 1705496.

HSL color Cylindrical-coordinate representation of color #18061A: hue angle of 294º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18061A is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB24626-
CMYK0.080.7700.90
HSL294º62.5%6.27%-
HSV(B)294º76.92%10.2%-
XYZ0.630.41.02-
YUV13.66134.96135.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 6 (2.73% from 255) = 10.71%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=42.86%
G=10.71%
B=46.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal246260.080.7700.9029462.56.27
Hex1861A84D05A1263e6
Octal30632101150132446766
Binary11000110110101000100110101011010100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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