Html Css Color HEX #101713 Midnight Moss

📋 copy color: '#101713'

red 16 ◦ green 23 ◦ blue 19

#101713
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Moss #101713

Tints of Midnight Moss #101713

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 value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#101713 (or 0x101713) is known color: 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

RGB 16 23 19 -
CMYK 0.30 0 0.17 0.91
HSL 145.71º 0.18% 0.08% -
HSV(B) 145.71º 0.3% 0.09% -
XYZ 0.64 0.77 0.73 -
YUV 20.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 16 23 19 0.30 0 0.17 0.91 145.71 0.18 0.08
Hex 10 17 13 1E 0 11 5B 92 12 8
Octal 20 27 23 36 0 21 133 222 22 10
Binary 10000 10111 10011 11110 0 10001 1011011 10010010 10010 1000

Color Harmonies of #101713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101713

Black with #101713

Text Example


Text Example

White with #101713

Text Example


Text Example

HTML Codes & Css Web 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>