Html Css Color HEX #19201C Midnight Moss

📋 copy color: '#19201C'

red 25 ◦ green 32 ◦ blue 28

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

Shades of Midnight Moss #19201C

Tints of Midnight Moss #19201C

RGB

 RED value IS 25 (10.16% from 255) = 29.41%

 GREEN value IS 32 (12.89% from 255) = 37.65%

 BLUE value IS 28 (11.33% from 255) = 32.94%

R = 29.41%
G = 37.65%
B = 32.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#19201C (or 0x19201C) is known color: Midnight Moss. HEX triplet: 19, 20 and 1C. RGB value is (25,32,28). Sum of RGB (Red+Green+Blue) = 25+32+28=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 32 - color contains mainly: green. Hex color #19201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19201C is #E6DFE3. Grayscale: #1D1D1D. Windows color (decimal): -15130596 or 1843225. OLE color: 1843225.

HSL color Cylindrical-coordinate representation of color #19201C: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #19201C is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 25 32 28 -
CMYK 0.22 0 0.12 0.87
HSL 145.71º 0.12% 0.11% -
HSV(B) 145.71º 0.22% 0.13% -
XYZ 1.13 1.32 1.29 -
YUV 29.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 25 32 28 0.22 0 0.12 0.87 145.71 0.12 0.11
Hex 19 20 1C 16 0 C 57 92 C B
Octal 31 40 34 26 0 14 127 222 14 13
Binary 11001 100000 11100 10110 0 1100 1010111 10010010 1100 1011

Color Harmonies of #19201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19201C

Black with #19201C

Text Example


Text Example

White with #19201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19201C; }

 p { color: rgb(25,32,28); }

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

background-color css

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

 a { background-color: rgb(25,32,28); }

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

border-color css

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

 span { border-color: rgb(25,32,28); }

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