#1B201D

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

Shades of Midnight Moss #1B201D

Tints of Midnight Moss #1B201D

Color information

#1B201D (or 0x1B201D) is unknown color: approx Midnight Moss. HEX triplet: 1B, 20 and 1D. RGB value is (27,32,29). Sum of RGB (Red+Green+Blue) = 27+32+29=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 32 - color contains mainly: green. Hex color #1B201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B201D is #E4DFE2. Grayscale: #1E1E1E. Windows color (decimal): -14999523 or 1908763. OLE color: 1908763.

HSL color Cylindrical-coordinate representation of color #1B201D: 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.16%. Process color model (Four color, CMYK) of #1B201D is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB273229-
CMYK0.1600.090.87
HSL144º8.47%11.57%-
HSV(B)144º15.62%12.55%-
XYZ1.191.351.36-
YUV30.16127.34125.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=30.68%
G=36.36%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2732290.1600.090.871448.4711.57
Hex1B201D100957908c
Octal334035200111272201014
Binary1101110000011101100000100110101111001000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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