Html Css Color HEX #1D2320 Midnight Moss

📋 copy color: '#1D2320'

red 29 ◦ green 35 ◦ blue 32

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

Shades of Midnight Moss #1D2320

Tints of Midnight Moss #1D2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.46%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 30.21%
G = 36.46%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#1D2320 (or 0x1D2320) is known color: Midnight Moss. HEX triplet: 1D, 23 and 20. RGB value is (29,35,32). Sum of RGB (Red+Green+Blue) = 29+35+32=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 35 - color contains mainly: green. Hex color #1D2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2320 is #E2DCDF. Grayscale: #202020. Windows color (decimal): -14867680 or 2106141. OLE color: 2106141.

HSL color Cylindrical-coordinate representation of color #1D2320: hue angle of 150º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D2320 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 29 35 32 -
CMYK 0.17 0 0.09 0.86
HSL 150º 0.09% 0.13% -
HSV(B) 150º 0.17% 0.14% -
XYZ 1.37 1.57 1.6 -
YUV 32.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 29 35 32 0.17 0 0.09 0.86 150 0.09 0.13
Hex 1D 23 20 11 0 9 56 96 9 D
Octal 35 43 40 21 0 11 126 226 11 15
Binary 11101 100011 100000 10001 0 1001 1010110 10010110 1001 1101

Color Harmonies of #1D2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2320

Black with #1D2320

Text Example


Text Example

White with #1D2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,35,32); }

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

background-color css

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

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

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

border-color css

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

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

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