Html Css Color HEX #1D041A Mardi Gras

📋 copy color: '#1D041A'

red 29 ◦ green 4 ◦ blue 26

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

Shades of Mardi Gras #1D041A

Tints of Mardi Gras #1D041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 44.07%

R = 49.15%
G = 6.78%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#1D041A (or 0x1D041A) is known color: Mardi Gras. HEX triplet: 1D, 04 and 1A. RGB value is (29,4,26). Sum of RGB (Red+Green+Blue) = 29+4+26=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D041A is #E2FBE5. Grayscale: #0D0D0D. Windows color (decimal): -14875622 or 1704989. OLE color: 1704989.

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

Color convert

RGB 29 4 26 -
CMYK 0 0.86 0.10 0.89
HSL 307.2º 0.76% 0.06% -
HSV(B) 307.2º 0.86% 0.11% -
XYZ 0.74 0.42 1.02 -
YUV 13.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 29 4 26 0 0.86 0.10 0.89 307.2 0.76 0.06
Hex 1D 4 1A 0 56 A 59 133 4C 6
Octal 35 4 32 0 126 12 131 463 114 6
Binary 11101 100 11010 0 1010110 1010 1011001 100110011 1001100 110

Color Harmonies of #1D041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D041A

Black with #1D041A

Text Example


Text Example

White with #1D041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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