Html Css Color HEX #1D111F Mardi Gras

📋 copy color: '#1D111F'

red 29 ◦ green 17 ◦ blue 31

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

Shades of Mardi Gras #1D111F

Tints of Mardi Gras #1D111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 37.66%
G = 22.08%
B = 40.26%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D111F (or 0x1D111F) is known color: Mardi Gras. HEX triplet: 1D, 11 and 1F. RGB value is (29,17,31). Sum of RGB (Red+Green+Blue) = 29+17+31=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111F is #E2EEE0. Grayscale: #161616. Windows color (decimal): -14872289 or 2035997. OLE color: 2035997.

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

Color convert

RGB 29 17 31 -
CMYK 0.06 0.45 0 0.88
HSL 291.43º 0.29% 0.09% -
HSV(B) 291.43º 0.45% 0.12% -
XYZ 0.95 0.76 1.39 -
YUV 22.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 29 17 31 0.06 0.45 0 0.88 291.43 0.29 0.09
Hex 1D 11 1F 6 2D 0 58 123 1D 9
Octal 35 21 37 6 55 0 130 443 35 11
Binary 11101 10001 11111 110 101101 0 1011000 100100011 11101 1001

Color Harmonies of #1D111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D111F

Black with #1D111F

Text Example


Text Example

White with #1D111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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