Html Css Color HEX #141615 Midnight Moss

📋 copy color: '#141615'

red 20 ◦ green 22 ◦ blue 21

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

Shades of Midnight Moss #141615

Tints of Midnight Moss #141615

RGB

 RED value IS 20 (8.2% from 255) = 31.75%

 GREEN value IS 22 (8.98% from 255) = 34.92%

 BLUE value IS 21 (8.59% from 255) = 33.33%

R = 31.75%
G = 34.92%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#141615 (or 0x141615) is known color: Midnight Moss. HEX triplet: 14, 16 and 15. RGB value is (20,22,21). Sum of RGB (Red+Green+Blue) = 20+22+21=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 22 (8.98% from 255 or 34.92% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 22 - color contains mainly: green. Hex color #141615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141615 is #EBE9EA. Grayscale: #151515. Windows color (decimal): -15460843 or 1381908. OLE color: 1381908.

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

Color convert

RGB 20 22 21 -
CMYK 0.09 0 0.05 0.91
HSL 150º 0.05% 0.08% -
HSV(B) 150º 0.09% 0.09% -
XYZ 0.71 0.78 0.82 -
YUV 21.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 20 22 21 0.09 0 0.05 0.91 150 0.05 0.08
Hex 14 16 15 9 0 5 5B 96 5 8
Octal 24 26 25 11 0 5 133 226 5 10
Binary 10100 10110 10101 1001 0 101 1011011 10010110 101 1000

Color Harmonies of #141615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141615

Black with #141615

Text Example


Text Example

White with #141615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141615; }

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

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

background-color css

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

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

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

border-color css

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

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

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