#1D1701

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

Shades of Maire #1D1701

Tints of Maire #1D1701

Color information

#1D1701 (or 0x1D1701) is unknown color: approx Maire. HEX triplet: 1D, 17 and 01. RGB value is (29,23,1). Sum of RGB (Red+Green+Blue) = 29+23+1=53 (7% of max value = 765). Red value is 29 (11.72% from 255 or 54.72% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1701 is #E2E8FE. Grayscale: #161616. Windows color (decimal): -14870783 or 71453. OLE color: 71453.

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

Color convert

RGB29231-
CMYK00.210.970.89
HSL47.14º93.33%5.88%-
HSV(B)47.14º96.55%11.37%-
XYZ0.820.880.15-
YUV22.29115.99132.79-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 54.72%
GREEN value IS 23 (9.38% from 255) = 43.40%
BLUE value IS 1 (0.78% from 255) = 1.89%
R=54.72%
G=43.40%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2923100.210.970.8947.1493.335.88
Hex1D17101561592f5d6
Octal35271025141131571356
Binary11101101111010101110000110110011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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