#101713

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

Shades of Midnight Moss #101713

Tints of Midnight Moss #101713

Color information

#101713 (or 0x101713) is unknown color: approx Midnight Moss. HEX triplet: 10, 17 and 13. RGB value is (16,23,19). Sum of RGB (Red+Green+Blue) = 16+23+19=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #101713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101713 is #EFE8EC. Grayscale: #141414. Windows color (decimal): -15722733 or 1251088. OLE color: 1251088.

HSL color Cylindrical-coordinate representation of color #101713: hue angle of 145.71º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #101713 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB162319-
CMYK0.3000.170.91
HSL145.71º17.95%7.65%-
HSV(B)145.71º30.43%9.02%-
XYZ0.640.770.73-
YUV20.45127.18124.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=27.59%
G=39.66%
B=32.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1623190.3000.170.91145.7117.957.65
Hex1017131E0115B92128
Octal202723360211332222210
Binary10000101111001111110010001101101110010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101713; }

 p { color: rgb(16,23,19); }

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

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

 a { background-color: rgb(16,23,19); }

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

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

 span { border-color: rgb(16,23,19); }

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