#1D1801

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

Shades of Maire #1D1801

Tints of Maire #1D1801

Color information

#1D1801 (or 0x1D1801) is unknown color: approx Maire. HEX triplet: 1D, 18 and 01. RGB value is (29,24,1). Sum of RGB (Red+Green+Blue) = 29+24+1=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1801 is #E2E7FE. Grayscale: #161616. Windows color (decimal): -14870527 or 71709. OLE color: 71709.

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

Color convert

RGB29241-
CMYK00.170.970.89
HSL49.29º93.33%5.88%-
HSV(B)49.29º96.55%11.37%-
XYZ0.840.920.16-
YUV22.87115.66132.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 53.70%
GREEN value IS 24 (9.77% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 1.85%
R=53.70%
G=44.44%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2924100.170.970.8949.2993.335.88
Hex1D1810116159315d6
Octal35301021141131611356
Binary11101110001010001110000110110011100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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