#19201C

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

Shades of Midnight Moss #19201C

Tints of Midnight Moss #19201C

Color information

#19201C (or 0x19201C) is unknown color: approx Midnight Moss. HEX triplet: 19, 20 and 1C. RGB value is (25,32,28). Sum of RGB (Red+Green+Blue) = 25+32+28=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 32 - color contains mainly: green. Hex color #19201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19201C is #E6DFE3. Grayscale: #1D1D1D. Windows color (decimal): -15130596 or 1843225. OLE color: 1843225.

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

Color convert

RGB253228-
CMYK0.2200.120.87
HSL145.71º12.28%11.18%-
HSV(B)145.71º21.88%12.55%-
XYZ1.131.321.29-
YUV29.45127.18124.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=29.41%
G=37.65%
B=32.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2532280.2200.120.87145.7112.2811.18
Hex19201C160C5792cb
Octal314034260141272221413
Binary1100110000011100101100110010101111001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19201C; }

 p { color: rgb(25,32,28); }

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

<style>
 a { background-color: #19201C; }

 a { background-color: rgb(25,32,28); }

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

<style>
 span { border-color: #19201C; }

 span { border-color: rgb(25,32,28); }

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