Html Css Color HEX #1D041F Mardi Gras

📋 copy color: '#1D041F'

red 29 ◦ green 4 ◦ blue 31

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

Shades of Mardi Gras #1D041F

Tints of Mardi Gras #1D041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 45.31%
G = 6.25%
B = 48.44%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D041F (or 0x1D041F) is known color: Mardi Gras. HEX triplet: 1D, 04 and 1F. RGB value is (29,4,31). Sum of RGB (Red+Green+Blue) = 29+4+31=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D041F is #E2FBE0. Grayscale: #0E0E0E. Windows color (decimal): -14875617 or 2032669. OLE color: 2032669.

HSL color Cylindrical-coordinate representation of color #1D041F: hue angle of 295.56º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D041F is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 4 31 -
CMYK 0.06 0.87 0 0.88
HSL 295.56º 0.77% 0.07% -
HSV(B) 295.56º 0.87% 0.12% -
XYZ 0.8 0.45 1.34 -
YUV 14.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 29 4 31 0.06 0.87 0 0.88 295.56 0.77 0.07
Hex 1D 4 1F 6 57 0 58 128 4D 7
Octal 35 4 37 6 127 0 130 450 115 7
Binary 11101 100 11111 110 1010111 0 1011000 100101000 1001101 111

Color Harmonies of #1D041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D041F

Black with #1D041F

Text Example


Text Example

White with #1D041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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