#1A211D

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

Shades of Midnight Moss #1A211D

Tints of Midnight Moss #1A211D

Color information

#1A211D (or 0x1A211D) is unknown color: approx Midnight Moss. HEX triplet: 1A, 21 and 1D. RGB value is (26,33,29). Sum of RGB (Red+Green+Blue) = 26+33+29=88 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.55% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #1A211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A211D is #E5DEE2. Grayscale: #1E1E1E. Windows color (decimal): -15064803 or 1909018. OLE color: 1909018.

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

Color convert

RGB263329-
CMYK0.2100.120.87
HSL145.71º11.86%11.57%-
HSV(B)145.71º21.21%12.94%-
XYZ1.191.41.37-
YUV30.45127.18124.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 29.55%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=29.55%
G=37.5%
B=32.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2633290.2100.120.87145.7111.8611.57
Hex1A211D150C5792cc
Octal324135250141272221414
Binary1101010000111101101010110010101111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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