Html Css Color HEX #121C16 Midnight Moss

📋 copy color: '#121C16'

red 18 ◦ green 28 ◦ blue 22

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

Shades of Midnight Moss #121C16

Tints of Midnight Moss #121C16

RGB

 RED value IS 18 (7.42% from 255) = 26.47%

 GREEN value IS 28 (11.33% from 255) = 41.18%

 BLUE value IS 22 (8.98% from 255) = 32.35%

R = 26.47%
G = 41.18%
B = 32.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#121C16 (or 0x121C16) is known color: Midnight Moss. HEX triplet: 12, 1C and 16. RGB value is (18,28,22). Sum of RGB (Red+Green+Blue) = 18+28+22=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 28 - color contains mainly: green. Hex color #121C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C16 is #EDE3E9. Grayscale: #181818. Windows color (decimal): -15590378 or 1448978. OLE color: 1448978.

HSL color Cylindrical-coordinate representation of color #121C16: hue angle of 144º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121C16 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 28 22 -
CMYK 0.36 0 0.21 0.89
HSL 144º 0.22% 0.09% -
HSV(B) 144º 0.36% 0.11% -
XYZ 0.81 1.02 0.91 -
YUV 24.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 18 28 22 0.36 0 0.21 0.89 144 0.22 0.09
Hex 12 1C 16 24 0 15 59 90 16 9
Octal 22 34 26 44 0 25 131 220 26 11
Binary 10010 11100 10110 100100 0 10101 1011001 10010000 10110 1001

Color Harmonies of #121C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C16

Black with #121C16

Text Example


Text Example

White with #121C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121C16; }

 p { color: rgb(18,28,22); }

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

background-color css

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

 a { background-color: rgb(18,28,22); }

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

border-color css

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

 span { border-color: rgb(18,28,22); }

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