Html Css Color HEX #1D011D Mardi Gras

📋 copy color: '#1D011D'

red 29 ◦ green 1 ◦ blue 29

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

Shades of Mardi Gras #1D011D

Tints of Mardi Gras #1D011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

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

R = 49.15%
G = 1.69%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1D011D (or 0x1D011D) is known color: Mardi Gras. HEX triplet: 1D, 01 and 1D. RGB value is (29,1,29). Sum of RGB (Red+Green+Blue) = 29+1+29=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D011D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D011D is #E2FEE2. Grayscale: #0C0C0C. Windows color (decimal): -14876387 or 1900829. OLE color: 1900829.

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

Color convert

RGB 29 1 29 -
CMYK 0 0.97 0 0.89
HSL 300º 0.93% 0.06% -
HSV(B) 300º 0.97% 0.11% -
XYZ 0.74 0.37 1.2 -
YUV 12.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 29 1 29 0 0.97 0 0.89 300 0.93 0.06
Hex 1D 1 1D 0 61 0 59 12C 5D 6
Octal 35 1 35 0 141 0 131 454 135 6
Binary 11101 1 11101 0 1100001 0 1011001 100101100 1011101 110

Color Harmonies of #1D011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D011D

Black with #1D011D

Text Example


Text Example

White with #1D011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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