Html Css Color HEX #1D1D17 Maire

📋 copy color: '#1D1D17'

red 29 ◦ green 29 ◦ blue 23

#1D1D17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #1D1D17

Tints of Maire #1D1D17

RGB

 RED value IS 29 (11.72% from 255) = 35.8%

 GREEN value IS 29 (11.72% from 255) = 35.8%

 BLUE value IS 23 (9.38% from 255) = 28.4%

R = 35.8%
G = 35.8%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D1D17 (or 0x1D1D17) is known color: Maire. HEX triplet: 1D, 1D and 17. RGB value is (29,29,23). Sum of RGB (Red+Green+Blue) = 29+29+23=81 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.80% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D17 is #E2E2E8. Grayscale: #1C1C1C. Windows color (decimal): -14869225 or 1514781. OLE color: 1514781.

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

Color convert

RGB 29 29 23 -
CMYK 0 0 0.21 0.89
HSL 60º 0.12% 0.1% -
HSV(B) 60º 0.21% 0.11% -
XYZ 1.1 1.2 0.98 -
YUV 28.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 29 29 23 0 0 0.21 0.89 60 0.12 0.1
Hex 1D 1D 17 0 0 15 59 3C C A
Octal 35 35 27 0 0 25 131 74 14 12
Binary 11101 11101 10111 0 0 10101 1011001 111100 1100 1010

Color Harmonies of #1D1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1D17

Black with #1D1D17

Text Example


Text Example

White with #1D1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D1D17;
 }
 .AnyTagClassName
 {
   color: #1D1D17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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