#1D1D1A

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

Shades of Maire #1D1D1A

Tints of Maire #1D1D1A

Color information

#1D1D1A (or 0x1D1D1A) is unknown color: approx Maire. HEX triplet: 1D, 1D and 1A. RGB value is (29,29,26). Sum of RGB (Red+Green+Blue) = 29+29+26=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D1A is #E2E2E5. Grayscale: #1C1C1C. Windows color (decimal): -14869222 or 1711389. OLE color: 1711389.

HSL color Cylindrical-coordinate representation of color #1D1D1A: hue angle of 60º degrees, saturation: 0.05, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #1D1D1A is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB292926-
CMYK000.100.89
HSL60º5.45%10.78%-
HSV(B)60º10.34%11.37%-
XYZ1.131.211.15-
YUV28.66126.5128.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=34.52%
G=34.52%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal292926000.100.89605.4510.78
Hex1D1D1A00A593c5b
Octal353532001213174513
Binary11101111011101000101010110011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,29,26); }

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

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

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

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

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

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

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