Html Css Color HEX #1E101D Mardi Gras

📋 copy color: '#1E101D'

red 30 ◦ green 16 ◦ blue 29

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

Shades of Mardi Gras #1E101D

Tints of Mardi Gras #1E101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 40%
G = 21.33%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#1E101D (or 0x1E101D) is known color: Mardi Gras. HEX triplet: 1E, 10 and 1D. RGB value is (30,16,29). Sum of RGB (Red+Green+Blue) = 30+16+29=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101D is #E1EFE2. Grayscale: #151515. Windows color (decimal): -14807011 or 1904670. OLE color: 1904670.

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

Color convert

RGB 30 16 29 -
CMYK 0 0.47 0.03 0.88
HSL 304.29º 0.3% 0.09% -
HSV(B) 304.29º 0.47% 0.12% -
XYZ 0.94 0.74 1.25 -
YUV 21.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 30 16 29 0 0.47 0.03 0.88 304.29 0.3 0.09
Hex 1E 10 1D 0 2F 3 58 130 1E 9
Octal 36 20 35 0 57 3 130 460 36 11
Binary 11110 10000 11101 0 101111 11 1011000 100110000 11110 1001

Color Harmonies of #1E101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E101D

Black with #1E101D

Text Example


Text Example

White with #1E101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,16,29); }

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

background-color css

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

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

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

border-color css

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

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

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