#1D1C04

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

Shades of Maire #1D1C04

Tints of Maire #1D1C04

Color information

#1D1C04 (or 0x1D1C04) is unknown color: approx Maire. HEX triplet: 1D, 1C and 04. RGB value is (29,28,4). Sum of RGB (Red+Green+Blue) = 29+28+4=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C04 is #E2E3FB. Grayscale: #191919. Windows color (decimal): -14869500 or 269341. OLE color: 269341.

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

Color convert

RGB29284-
CMYK00.030.860.89
HSL57.6º75.76%6.47%-
HSV(B)57.6º86.21%11.37%-
XYZ0.941.10.28-
YUV25.56115.83130.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 28 (11.33% from 255) = 45.90%
BLUE value IS 4 (1.95% from 255) = 6.56%
R=47.54%
G=45.90%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2928400.030.860.8957.675.766.47
Hex1D1C40356593a4c6
Octal3534403126131721146
Binary1110111100100011101011010110011110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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