Html Css Color HEX #1D111D Mardi Gras

📋 copy color: '#1D111D'

red 29 ◦ green 17 ◦ blue 29

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

Shades of Mardi Gras #1D111D

Tints of Mardi Gras #1D111D

RGB

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

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

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

R = 38.67%
G = 22.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1D111D (or 0x1D111D) is known color: Mardi Gras. HEX triplet: 1D, 11 and 1D. RGB value is (29,17,29). Sum of RGB (Red+Green+Blue) = 29+17+29=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111D is #E2EEE2. Grayscale: #151515. Windows color (decimal): -14872291 or 1904925. OLE color: 1904925.

HSL color Cylindrical-coordinate representation of color #1D111D: hue angle of 300º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D111D is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 17 29 -
CMYK 0 0.41 0 0.89
HSL 300º 0.26% 0.09% -
HSV(B) 300º 0.41% 0.11% -
XYZ 0.93 0.75 1.26 -
YUV 21.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 29 17 29 0 0.41 0 0.89 300 0.26 0.09
Hex 1D 11 1D 0 29 0 59 12C 1A 9
Octal 35 21 35 0 51 0 131 454 32 11
Binary 11101 10001 11101 0 101001 0 1011001 100101100 11010 1001

Color Harmonies of #1D111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D111D

Black with #1D111D

Text Example


Text Example

White with #1D111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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