Html Css Color HEX #1D0F1E Mardi Gras

📋 copy color: '#1D0F1E'

red 29 ◦ green 15 ◦ blue 30

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

Shades of Mardi Gras #1D0F1E

Tints of Mardi Gras #1D0F1E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.27%

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

R = 39.19%
G = 20.27%
B = 40.54%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D0F1E (or 0x1D0F1E) is known color: Mardi Gras. HEX triplet: 1D, 0F and 1E. RGB value is (29,15,30). Sum of RGB (Red+Green+Blue) = 29+15+30=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D0F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F1E is #E2F0E1. Grayscale: #141414. Windows color (decimal): -14872802 or 1969949. OLE color: 1969949.

HSL color Cylindrical-coordinate representation of color #1D0F1E: hue angle of 296º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D0F1E is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 29 15 30 -
CMYK 0.03 0.5 0 0.88
HSL 296º 0.33% 0.09% -
HSV(B) 296º 0.5% 0.12% -
XYZ 0.91 0.7 1.31 -
YUV 20.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 29 15 30 0.03 0.5 0 0.88 296 0.33 0.09
Hex 1D F 1E 3 32 0 58 128 21 9
Octal 35 17 36 3 62 0 130 450 41 11
Binary 11101 1111 11110 11 110010 0 1011000 100101000 100001 1001

Color Harmonies of #1D0F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0F1E

Black with #1D0F1E

Text Example


Text Example

White with #1D0F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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