Html Css Color HEX #1D091B Mardi Gras

📋 copy color: '#1D091B'

red 29 ◦ green 9 ◦ blue 27

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

Shades of Mardi Gras #1D091B

Tints of Mardi Gras #1D091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 41.54%

R = 44.62%
G = 13.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1D091B (or 0x1D091B) is known color: Mardi Gras. HEX triplet: 1D, 09 and 1B. RGB value is (29,9,27). Sum of RGB (Red+Green+Blue) = 29+9+27=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D091B is #E2F6E4. Grayscale: #101010. Windows color (decimal): -14874341 or 1771805. OLE color: 1771805.

HSL color Cylindrical-coordinate representation of color #1D091B: hue angle of 306º 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 #1D091B is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 9 27 -
CMYK 0 0.69 0.07 0.89
HSL 306º 0.53% 0.07% -
HSV(B) 306º 0.69% 0.11% -
XYZ 0.8 0.54 1.1 -
YUV 17.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 29 9 27 0 0.69 0.07 0.89 306 0.53 0.07
Hex 1D 9 1B 0 45 7 59 132 35 7
Octal 35 11 33 0 105 7 131 462 65 7
Binary 11101 1001 11011 0 1000101 111 1011001 100110010 110101 111

Color Harmonies of #1D091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D091B

Black with #1D091B

Text Example


Text Example

White with #1D091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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