#1D1504

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

Shades of Maire #1D1504

Tints of Maire #1D1504

Color information

#1D1504 (or 0x1D1504) is unknown color: approx Maire. HEX triplet: 1D, 15 and 04. RGB value is (29,21,4). Sum of RGB (Red+Green+Blue) = 29+21+4=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1504 is #E2EAFB. Grayscale: #151515. Windows color (decimal): -14871292 or 267549. OLE color: 267549.

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

Color convert

RGB29214-
CMYK00.280.860.89
HSL40.8º75.76%6.47%-
HSV(B)40.8º86.21%11.37%-
XYZ0.80.810.23-
YUV21.45118.15133.38-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=53.70%
G=38.89%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2921400.280.860.8940.875.766.47
Hex1D15401C5659294c6
Octal35254034126131511146
Binary1110110101100011100101011010110011010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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