#1A221D

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

Shades of Midnight Moss #1A221D

Tints of Midnight Moss #1A221D

Color information

#1A221D (or 0x1A221D) is unknown color: approx Midnight Moss. HEX triplet: 1A, 22 and 1D. RGB value is (26,34,29). Sum of RGB (Red+Green+Blue) = 26+34+29=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 34 - color contains mainly: green. Hex color #1A221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A221D is #E5DDE2. Grayscale: #1F1F1F. Windows color (decimal): -15064547 or 1909274. OLE color: 1909274.

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

Color convert

RGB263429-
CMYK0.2400.150.87
HSL142.5º13.33%11.76%-
HSV(B)142.5º23.53%13.33%-
XYZ1.221.451.38-
YUV31.04126.85124.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.21%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 29 (11.72% from 255) = 32.58%
R=29.21%
G=38.20%
B=32.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2634290.2400.150.87142.513.3311.76
Hex1A221D180F578edc
Octal324235300171272161514
Binary1101010001011101110000111110101111000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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