Html Css Color HEX #1D041E Mardi Gras

📋 copy color: '#1D041E'

red 29 ◦ green 4 ◦ blue 30

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

Shades of Mardi Gras #1D041E

Tints of Mardi Gras #1D041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 47.62%

R = 46.03%
G = 6.35%
B = 47.62%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D041E (or 0x1D041E) is known color: Mardi Gras. HEX triplet: 1D, 04 and 1E. RGB value is (29,4,30). Sum of RGB (Red+Green+Blue) = 29+4+30=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D041E is #E2FBE1. Grayscale: #0E0E0E. Windows color (decimal): -14875618 or 1967133. OLE color: 1967133.

HSL color Cylindrical-coordinate representation of color #1D041E: hue angle of 297.69º degrees, saturation: 0.76, 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 #1D041E is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 4 30 -
CMYK 0.03 0.87 0 0.88
HSL 297.69º 0.76% 0.07% -
HSV(B) 297.69º 0.87% 0.12% -
XYZ 0.78 0.44 1.27 -
YUV 14.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 29 4 30 0.03 0.87 0 0.88 297.69 0.76 0.07
Hex 1D 4 1E 3 57 0 58 12A 4C 7
Octal 35 4 36 3 127 0 130 452 114 7
Binary 11101 100 11110 11 1010111 0 1011000 100101010 1001100 111

Color Harmonies of #1D041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D041E

Black with #1D041E

Text Example


Text Example

White with #1D041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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