Html Css Color HEX #1D041D Mardi Gras

📋 copy color: '#1D041D'

red 29 ◦ green 4 ◦ blue 29

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

Shades of Mardi Gras #1D041D

Tints of Mardi Gras #1D041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.45%

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

R = 46.77%
G = 6.45%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1D041D (or 0x1D041D) is known color: Mardi Gras. HEX triplet: 1D, 04 and 1D. RGB value is (29,4,29). Sum of RGB (Red+Green+Blue) = 29+4+29=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 4 (1.95% from 255 or 6.45% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D041D is #E2FBE2. Grayscale: #0E0E0E. Windows color (decimal): -14875619 or 1901597. OLE color: 1901597.

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

Color convert

RGB 29 4 29 -
CMYK 0 0.86 0 0.89
HSL 300º 0.76% 0.06% -
HSV(B) 300º 0.86% 0.11% -
XYZ 0.77 0.44 1.21 -
YUV 14.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 29 4 29 0 0.86 0 0.89 300 0.76 0.06
Hex 1D 4 1D 0 56 0 59 12C 4C 6
Octal 35 4 35 0 126 0 131 454 114 6
Binary 11101 100 11101 0 1010110 0 1011001 100101100 1001100 110

Color Harmonies of #1D041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D041D

Black with #1D041D

Text Example


Text Example

White with #1D041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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