Html Css Color HEX #1D151E Mardi Gras

📋 copy color: '#1D151E'

red 29 ◦ green 21 ◦ blue 30

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

Shades of Mardi Gras #1D151E

Tints of Mardi Gras #1D151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 36.25%
G = 26.25%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D151E (or 0x1D151E) is known color: Mardi Gras. HEX triplet: 1D, 15 and 1E. RGB value is (29,21,30). Sum of RGB (Red+Green+Blue) = 29+21+30=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D151E is #E2EAE1. Grayscale: #181818. Windows color (decimal): -14871266 or 1971485. OLE color: 1971485.

HSL color Cylindrical-coordinate representation of color #1D151E: hue angle of 293.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1D151E is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 21 30 -
CMYK 0.03 0.30 0 0.88
HSL 293.33º 0.18% 0.1% -
HSV(B) 293.33º 0.3% 0.12% -
XYZ 1.01 0.89 1.35 -
YUV 24.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 29 21 30 0.03 0.30 0 0.88 293.33 0.18 0.1
Hex 1D 15 1E 3 1E 0 58 125 12 A
Octal 35 25 36 3 36 0 130 445 22 12
Binary 11101 10101 11110 11 11110 0 1011000 100100101 10010 1010

Color Harmonies of #1D151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D151E

Black with #1D151E

Text Example


Text Example

White with #1D151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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