Html Css Color HEX #1E0018 Mardi Gras

📋 copy color: '#1E0018'

red 30 ◦ green 0 ◦ blue 24

#1E0018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #1E0018

Tints of Mardi Gras #1E0018

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 value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#1E0018 (or 0x1E0018) is known color: 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

RGB 30 0 24 -
CMYK 0 1 0.20 0.88
HSL 312º 1% 0.06% -
HSV(B) 312º 1% 0.12% -
XYZ 0.7 0.34 0.89 -
YUV 11.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 30 0 24 0 1 0.20 0.88 312 1 0.06
Hex 1E 0 18 0 64 14 58 138 64 6
Octal 36 0 30 0 144 24 130 470 144 6
Binary 11110 0 11000 0 1100100 10100 1011000 100111000 1100100 110

Color Harmonies of #1E0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0018

Black with #1E0018

Text Example


Text Example

White with #1E0018

Text Example


Text Example

HTML Codes & Css Web 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>