Html Css Color HEX #1D111E Mardi Gras

📋 copy color: '#1D111E'

red 29 ◦ green 17 ◦ blue 30

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

Shades of Mardi Gras #1D111E

Tints of Mardi Gras #1D111E

RGB

 RED value IS 29 (11.72% from 255) = 38.16%

 GREEN value IS 17 (7.03% from 255) = 22.37%

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

R = 38.16%
G = 22.37%
B = 39.47%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D111E (or 0x1D111E) is known color: Mardi Gras. HEX triplet: 1D, 11 and 1E. RGB value is (29,17,30). Sum of RGB (Red+Green+Blue) = 29+17+30=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111E is #E2EEE1. Grayscale: #161616. Windows color (decimal): -14872290 or 1970461. OLE color: 1970461.

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

Color convert

RGB 29 17 30 -
CMYK 0.03 0.43 0 0.88
HSL 295.38º 0.28% 0.09% -
HSV(B) 295.38º 0.43% 0.12% -
XYZ 0.94 0.76 1.32 -
YUV 22.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 29 17 30 0.03 0.43 0 0.88 295.38 0.28 0.09
Hex 1D 11 1E 3 2B 0 58 127 1C 9
Octal 35 21 36 3 53 0 130 447 34 11
Binary 11101 10001 11110 11 101011 0 1011000 100100111 11100 1001

Color Harmonies of #1D111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D111E

Black with #1D111E

Text Example


Text Example

White with #1D111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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