#1D221F

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

Shades of Midnight Moss #1D221F

Tints of Midnight Moss #1D221F

Color information

#1D221F (or 0x1D221F) is unknown color: approx Midnight Moss. HEX triplet: 1D, 22 and 1F. RGB value is (29,34,31). Sum of RGB (Red+Green+Blue) = 29+34+31=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 34 - color contains mainly: green. Hex color #1D221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D221F is #E2DDE0. Grayscale: #202020. Windows color (decimal): -14867937 or 2040349. OLE color: 2040349.

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

Color convert

RGB293431-
CMYK0.1500.090.87
HSL144º7.94%12.35%-
HSV(B)144º14.71%13.33%-
XYZ1.331.51.52-
YUV32.16127.34125.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=30.85%
G=36.17%
B=32.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2934310.1500.090.871447.9412.35
Hex1D221FF0957908c
Octal354237170111272201014
Binary111011000101111111110100110101111001000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,34,31); }

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

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

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

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

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

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

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