#1D1404

Color #1D1404 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #1D1404

Tints of Maire #1D1404

Color information

#1D1404 (or 0x1D1404) is unknown color: approx Maire. HEX triplet: 1D, 14 and 04. RGB value is (29,20,4). Sum of RGB (Red+Green+Blue) = 29+20+4=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1404 is #E2EBFB. Grayscale: #141414. Windows color (decimal): -14871548 or 267293. OLE color: 267293.

HSL color Cylindrical-coordinate representation of color #1D1404: hue angle of 38.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D1404 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB29204-
CMYK00.310.860.89
HSL38.4º75.76%6.47%-
HSV(B)38.4º86.21%11.37%-
XYZ0.780.770.22-
YUV20.87118.48133.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 20 (8.20% from 255) = 37.74%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=54.72%
G=37.74%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2920400.310.860.8938.475.766.47
Hex1D14401F5659264c6
Octal35244037126131461146
Binary1110110100100011111101011010110011001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,20,4); }

 H1.HeaderClassName
 {
   color: #1D1404;
 }
 .AnyTagClassName
 {
   color: #1D1404;
 }
</style>
background-color css

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

 a { background-color: rgb(29,20,4); }

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

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

 span { border-color: rgb(29,20,4); }

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