Html Css Color HEX #1D131E Mardi Gras

📋 copy color: '#1D131E'

red 29 ◦ green 19 ◦ blue 30

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

Shades of Mardi Gras #1D131E

Tints of Mardi Gras #1D131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 37.18%
G = 24.36%
B = 38.46%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D131E (or 0x1D131E) is known color: Mardi Gras. HEX triplet: 1D, 13 and 1E. RGB value is (29,19,30). Sum of RGB (Red+Green+Blue) = 29+19+30=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131E is #E2ECE1. Grayscale: #171717. Windows color (decimal): -14871778 or 1970973. OLE color: 1970973.

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

Color convert

RGB 29 19 30 -
CMYK 0.03 0.37 0 0.88
HSL 294.55º 0.22% 0.1% -
HSV(B) 294.55º 0.37% 0.12% -
XYZ 0.97 0.82 1.34 -
YUV 23.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 29 19 30 0.03 0.37 0 0.88 294.55 0.22 0.1
Hex 1D 13 1E 3 25 0 58 127 16 A
Octal 35 23 36 3 45 0 130 447 26 12
Binary 11101 10011 11110 11 100101 0 1011000 100100111 10110 1010

Color Harmonies of #1D131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D131E

Black with #1D131E

Text Example


Text Example

White with #1D131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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