Html Css Color HEX #1E121E Mardi Gras

📋 copy color: '#1E121E'

red 30 ◦ green 18 ◦ blue 30

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

Shades of Mardi Gras #1E121E

Tints of Mardi Gras #1E121E

RGB

 RED value IS 30 (12.11% from 255) = 38.46%

 GREEN value IS 18 (7.42% from 255) = 23.08%

 BLUE value IS 30 (12.11% from 255) = 38.46%

R = 38.46%
G = 23.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1E121E (or 0x1E121E) is known color: Mardi Gras. HEX triplet: 1E, 12 and 1E. RGB value is (30,18,30). Sum of RGB (Red+Green+Blue) = 30+18+30=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E121E is #E1EDE1. Grayscale: #161616. Windows color (decimal): -14806498 or 1970718. OLE color: 1970718.

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

Color convert

RGB 30 18 30 -
CMYK 0 0.40 0 0.88
HSL 300º 0.25% 0.09% -
HSV(B) 300º 0.4% 0.12% -
XYZ 0.99 0.8 1.33 -
YUV 22.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 30 18 30 0 0.40 0 0.88 300 0.25 0.09
Hex 1E 12 1E 0 28 0 58 12C 19 9
Octal 36 22 36 0 50 0 130 454 31 11
Binary 11110 10010 11110 0 101000 0 1011000 100101100 11001 1001

Color Harmonies of #1E121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E121E

Black with #1E121E

Text Example


Text Example

White with #1E121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,30); }

 H1.HeaderClassName
 {
   color: #1E121E;
 }
 .AnyTagClassName
 {
   color: #1E121E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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