#1E0018

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

Shades of Mardi Gras #1E0018

Tints of Mardi Gras #1E0018

Color information

#1E0018 (or 0x1E0018) is unknown color: approx Mardi Gras. HEX triplet: 1E, 00 and 18. RGB value is (30,0,24). Sum of RGB (Red+Green+Blue) = 30+0+24=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0018 is #E1FFE7. Grayscale: #0B0B0B. Windows color (decimal): -14811112 or 1572894. OLE color: 1572894.

HSL color Cylindrical-coordinate representation of color #1E0018: hue angle of 312º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0018 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB30024-
CMYK010.200.88
HSL312º100%5.88%-
HSV(B)312º100%11.76%-
XYZ0.70.340.89-
YUV11.71134.94141.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 55.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=55.56%
G=0%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30024010.200.883121005.88
Hex1E0180641458138646
Octal360300144241304701446
Binary11110011000011001001010010110001001110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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