Html Css Color HEX #1D071D Mardi Gras

📋 copy color: '#1D071D'

red 29 ◦ green 7 ◦ blue 29

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

Shades of Mardi Gras #1D071D

Tints of Mardi Gras #1D071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 44.62%
G = 10.77%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1D071D (or 0x1D071D) is known color: Mardi Gras. HEX triplet: 1D, 07 and 1D. RGB value is (29,7,29). Sum of RGB (Red+Green+Blue) = 29+7+29=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D071D is #E2F8E2. Grayscale: #101010. Windows color (decimal): -14874851 or 1902365. OLE color: 1902365.

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

Color convert

RGB 29 7 29 -
CMYK 0 0.76 0 0.89
HSL 300º 0.61% 0.07% -
HSV(B) 300º 0.76% 0.11% -
XYZ 0.8 0.5 1.22 -
YUV 16.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 29 7 29 0 0.76 0 0.89 300 0.61 0.07
Hex 1D 7 1D 0 4C 0 59 12C 3D 7
Octal 35 7 35 0 114 0 131 454 75 7
Binary 11101 111 11101 0 1001100 0 1011001 100101100 111101 111

Color Harmonies of #1D071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D071D

Black with #1D071D

Text Example


Text Example

White with #1D071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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