Html Css Color HEX #1D2521 Midnight Moss

📋 copy color: '#1D2521'

red 29 ◦ green 37 ◦ blue 33

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

Shades of Midnight Moss #1D2521

Tints of Midnight Moss #1D2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.37%

 BLUE value IS 33 (13.28% from 255) = 33.33%

R = 29.29%
G = 37.37%
B = 33.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#1D2521 (or 0x1D2521) is known color: Midnight Moss. HEX triplet: 1D, 25 and 21. RGB value is (29,37,33). Sum of RGB (Red+Green+Blue) = 29+37+33=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2521 is #E2DADE. Grayscale: #222222. Windows color (decimal): -14867167 or 2172189. OLE color: 2172189.

HSL color Cylindrical-coordinate representation of color #1D2521: hue angle of 150º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1D2521 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 37 33 -
CMYK 0.22 0 0.11 0.85
HSL 150º 0.12% 0.13% -
HSV(B) 150º 0.22% 0.15% -
XYZ 1.44 1.69 1.69 -
YUV 34.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 29 37 33 0.22 0 0.11 0.85 150 0.12 0.13
Hex 1D 25 21 16 0 B 55 96 C D
Octal 35 45 41 26 0 13 125 226 14 15
Binary 11101 100101 100001 10110 0 1011 1010101 10010110 1100 1101

Color Harmonies of #1D2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2521

Black with #1D2521

Text Example


Text Example

White with #1D2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,37,33); }

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

background-color css

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

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

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

border-color css

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

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

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