Html Css Color HEX #131514 Midnight Moss

📋 copy color: '#131514'

red 19 ◦ green 21 ◦ blue 20

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

Shades of Midnight Moss #131514

Tints of Midnight Moss #131514

RGB

 RED value IS 19 (7.81% from 255) = 31.67%

 GREEN value IS 21 (8.59% from 255) = 35%

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 31.67%
G = 35%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#131514 (or 0x131514) is known color: Midnight Moss. HEX triplet: 13, 15 and 14. RGB value is (19,21,20). Sum of RGB (Red+Green+Blue) = 19+21+20=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 21 - color contains mainly: green. Hex color #131514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131514 is #ECEAEB. Grayscale: #141414. Windows color (decimal): -15526636 or 1316115. OLE color: 1316115.

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

Color convert

RGB 19 21 20 -
CMYK 0.10 0 0.05 0.92
HSL 150º 0.05% 0.08% -
HSV(B) 150º 0.1% 0.08% -
XYZ 0.66 0.73 0.77 -
YUV 20.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 19 21 20 0.10 0 0.05 0.92 150 0.05 0.08
Hex 13 15 14 A 0 5 5C 96 5 8
Octal 23 25 24 12 0 5 134 226 5 10
Binary 10011 10101 10100 1010 0 101 1011100 10010110 101 1000

Color Harmonies of #131514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131514

Black with #131514

Text Example


Text Example

White with #131514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131514; }

 p { color: rgb(19,21,20); }

 H1.HeaderClassName
 {
   color: #131514;
 }
 .AnyTagClassName
 {
   color: #131514;
 }
</style>

background-color css

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

 a { background-color: rgb(19,21,20); }

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

border-color css

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

 span { border-color: rgb(19,21,20); }

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