Html Css Color HEX #1D081D Mardi Gras

📋 copy color: '#1D081D'

red 29 ◦ green 8 ◦ blue 29

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

Shades of Mardi Gras #1D081D

Tints of Mardi Gras #1D081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.12%

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

R = 43.94%
G = 12.12%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1D081D (or 0x1D081D) is known color: Mardi Gras. HEX triplet: 1D, 08 and 1D. RGB value is (29,8,29). Sum of RGB (Red+Green+Blue) = 29+8+29=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081D is #E2F7E2. Grayscale: #101010. Windows color (decimal): -14874595 or 1902621. OLE color: 1902621.

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

Color convert

RGB 29 8 29 -
CMYK 0 0.72 0 0.89
HSL 300º 0.57% 0.07% -
HSV(B) 300º 0.72% 0.11% -
XYZ 0.82 0.52 1.22 -
YUV 16.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 29 8 29 0 0.72 0 0.89 300 0.57 0.07
Hex 1D 8 1D 0 48 0 59 12C 39 7
Octal 35 10 35 0 110 0 131 454 71 7
Binary 11101 1000 11101 0 1001000 0 1011001 100101100 111001 111

Color Harmonies of #1D081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D081D

Black with #1D081D

Text Example


Text Example

White with #1D081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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