#1D1C0F

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

Shades of Maire #1D1C0F

Tints of Maire #1D1C0F

Color information

#1D1C0F (or 0x1D1C0F) is unknown color: approx Maire. HEX triplet: 1D, 1C and 0F. RGB value is (29,28,15). Sum of RGB (Red+Green+Blue) = 29+28+15=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C0F is #E2E3F0. Grayscale: #1A1A1A. Windows color (decimal): -14869489 or 990237. OLE color: 990237.

HSL color Cylindrical-coordinate representation of color #1D1C0F: hue angle of 55.71º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D1C0F is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB292815-
CMYK00.030.480.89
HSL55.71º31.82%8.63%-
HSV(B)55.71º48.28%11.37%-
XYZ1.011.130.62-
YUV26.82121.33129.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.28%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=40.28%
G=38.89%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29281500.030.480.8955.7131.828.63
Hex1D1CF03305938209
Octal3534170360131704011
Binary1110111100111101111000010110011110001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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