Html Css Color HEX #19211C Midnight Moss

📋 copy color: '#19211C'

red 25 ◦ green 33 ◦ blue 28

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

Shades of Midnight Moss #19211C

Tints of Midnight Moss #19211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 38.37%

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

R = 29.07%
G = 38.37%
B = 32.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#19211C (or 0x19211C) is known color: Midnight Moss. HEX triplet: 19, 21 and 1C. RGB value is (25,33,28). Sum of RGB (Red+Green+Blue) = 25+33+28=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 33 - color contains mainly: green. Hex color #19211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19211C is #E6DEE3. Grayscale: #1E1E1E. Windows color (decimal): -15130340 or 1843481. OLE color: 1843481.

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

Color convert

RGB 25 33 28 -
CMYK 0.24 0 0.15 0.87
HSL 142.5º 0.14% 0.11% -
HSV(B) 142.5º 0.24% 0.13% -
XYZ 1.15 1.38 1.3 -
YUV 30.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 25 33 28 0.24 0 0.15 0.87 142.5 0.14 0.11
Hex 19 21 1C 18 0 F 57 8E E B
Octal 31 41 34 30 0 17 127 216 16 13
Binary 11001 100001 11100 11000 0 1111 1010111 10001110 1110 1011

Color Harmonies of #19211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19211C

Black with #19211C

Text Example


Text Example

White with #19211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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