Html Css Color HEX #1D121C Mardi Gras

📋 copy color: '#1D121C'

red 29 ◦ green 18 ◦ blue 28

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

Shades of Mardi Gras #1D121C

Tints of Mardi Gras #1D121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 38.67%
G = 24%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.89

RGB Variations

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

Color information

#1D121C (or 0x1D121C) is known color: Mardi Gras. HEX triplet: 1D, 12 and 1C. RGB value is (29,18,28). Sum of RGB (Red+Green+Blue) = 29+18+28=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121C is #E2EDE3. Grayscale: #161616. Windows color (decimal): -14872036 or 1839645. OLE color: 1839645.

HSL color Cylindrical-coordinate representation of color #1D121C: hue angle of 305.45º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D121C is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 18 28 -
CMYK 0 0.38 0.03 0.89
HSL 305.45º 0.23% 0.09% -
HSV(B) 305.45º 0.38% 0.11% -
XYZ 0.93 0.78 1.2 -
YUV 22.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 29 18 28 0 0.38 0.03 0.89 305.45 0.23 0.09
Hex 1D 12 1C 0 26 3 59 131 17 9
Octal 35 22 34 0 46 3 131 461 27 11
Binary 11101 10010 11100 0 100110 11 1011001 100110001 10111 1001

Color Harmonies of #1D121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D121C

Black with #1D121C

Text Example


Text Example

White with #1D121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,18,28); }

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

background-color css

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

 a { background-color: rgb(29,18,28); }

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

border-color css

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

 span { border-color: rgb(29,18,28); }

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