#18051A

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

Shades of Mardi Gras #18051A

Tints of Mardi Gras #18051A

Color information

#18051A (or 0x18051A) is unknown color: approx Mardi Gras. HEX triplet: 18, 05 and 1A. RGB value is (24,5,26). Sum of RGB (Red+Green+Blue) = 24+5+26=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #18051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051A is #E7FAE5. Grayscale: #0D0D0D. Windows color (decimal): -15203046 or 1705240. OLE color: 1705240.

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

Color convert

RGB24526-
CMYK0.080.8100.90
HSL294.29º67.74%6.08%-
HSV(B)294.29º80.77%10.2%-
XYZ0.620.381.02-
YUV13.08135.29135.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 26 (10.55% from 255) = 47.27%
R=43.64%
G=9.09%
B=47.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal245260.080.8100.90294.2967.746.08
Hex1851A85105A126446
Octal305321012101324461046
Binary110001011101010001010001010110101001001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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