#121915

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

Shades of Midnight Moss #121915

Tints of Midnight Moss #121915

Color information

#121915 (or 0x121915) is unknown color: approx Midnight Moss. HEX triplet: 12, 19 and 15. RGB value is (18,25,21). Sum of RGB (Red+Green+Blue) = 18+25+21=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 25 - color contains mainly: green. Hex color #121915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121915 is #EDE6EA. Grayscale: #161616. Windows color (decimal): -15591147 or 1382674. OLE color: 1382674.

HSL color Cylindrical-coordinate representation of color #121915: hue angle of 145.71º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #121915 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB182521-
CMYK0.2800.160.90
HSL145.71º16.28%8.43%-
HSV(B)145.71º28%9.8%-
XYZ0.730.880.84-
YUV22.45127.18124.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=28.12%
G=39.06%
B=32.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1825210.2800.160.90145.7116.288.43
Hex1219151C0105A92108
Octal223125340201322222010
Binary10010110011010111100010000101101010010010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121915; }

 p { color: rgb(18,25,21); }

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

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

 a { background-color: rgb(18,25,21); }

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

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

 span { border-color: rgb(18,25,21); }

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