Html Css Color HEX #1D091A Mardi Gras

📋 copy color: '#1D091A'

red 29 ◦ green 9 ◦ blue 26

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

Shades of Mardi Gras #1D091A

Tints of Mardi Gras #1D091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

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

R = 45.31%
G = 14.06%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.89

RGB Variations

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

Color information

#1D091A (or 0x1D091A) is known color: Mardi Gras. HEX triplet: 1D, 09 and 1A. RGB value is (29,9,26). Sum of RGB (Red+Green+Blue) = 29+9+26=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D091A is #E2F6E5. Grayscale: #101010. Windows color (decimal): -14874342 or 1706269. OLE color: 1706269.

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

Color convert

RGB 29 9 26 -
CMYK 0 0.69 0.10 0.89
HSL 309º 0.53% 0.07% -
HSV(B) 309º 0.69% 0.11% -
XYZ 0.79 0.53 1.04 -
YUV 16.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 29 9 26 0 0.69 0.10 0.89 309 0.53 0.07
Hex 1D 9 1A 0 45 A 59 135 35 7
Octal 35 11 32 0 105 12 131 465 65 7
Binary 11101 1001 11010 0 1000101 1010 1011001 100110101 110101 111

Color Harmonies of #1D091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D091A

Black with #1D091A

Text Example


Text Example

White with #1D091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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