#1D1C01

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

Shades of Maire #1D1C01

Tints of Maire #1D1C01

Color information

#1D1C01 (or 0x1D1C01) is unknown color: approx Maire. HEX triplet: 1D, 1C and 01. RGB value is (29,28,1). Sum of RGB (Red+Green+Blue) = 29+28+1=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C01 is #E2E3FE. Grayscale: #191919. Windows color (decimal): -14869503 or 72733. OLE color: 72733.

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

Color convert

RGB29281-
CMYK00.030.970.89
HSL57.86º93.33%5.88%-
HSV(B)57.86º96.55%11.37%-
XYZ0.931.090.19-
YUV25.22114.33130.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 48.28%
BLUE value IS 1 (0.78% from 255) = 1.72%
R=50%
G=48.28%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2928100.030.970.8957.8693.335.88
Hex1D1C10361593a5d6
Octal3534103141131721356
Binary11101111001011110000110110011110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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