#1C0018

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

Shades of Mardi Gras #1C0018

Tints of Mardi Gras #1C0018

Color information

#1C0018 (or 0x1C0018) is unknown color: approx Mardi Gras. HEX triplet: 1C, 00 and 18. RGB value is (28,0,24). Sum of RGB (Red+Green+Blue) = 28+0+24=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0018 is #E3FFE7. Grayscale: #0B0B0B. Windows color (decimal): -14942184 or 1572892. OLE color: 1572892.

HSL color Cylindrical-coordinate representation of color #1C0018: hue angle of 308.57º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0018 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB28024-
CMYK010.140.89
HSL308.57º100%5.49%-
HSV(B)308.57º100%10.98%-
XYZ0.640.310.89-
YUV11.11135.28140.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28024010.140.89308.571005.49
Hex1C018064E59135645
Octal340300144161314651445
Binary1110001100001100100111010110011001101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0018; }

 p { color: rgb(28,0,24); }

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

<style>
 a { background-color: #1C0018; }

 a { background-color: rgb(28,0,24); }

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

<style>
 span { border-color: #1C0018; }

 span { border-color: rgb(28,0,24); }

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