Html Css Color HEX #18211C Midnight Moss

📋 copy color: '#18211C'

red 24 ◦ green 33 ◦ blue 28

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

Shades of Midnight Moss #18211C

Tints of Midnight Moss #18211C

RGB

 RED value IS 24 (9.77% from 255) = 28.24%

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

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

R = 28.24%
G = 38.82%
B = 32.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#18211C (or 0x18211C) is known color: Midnight Moss. HEX triplet: 18, 21 and 1C. RGB value is (24,33,28). Sum of RGB (Red+Green+Blue) = 24+33+28=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #18211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18211C is #E7DEE3. Grayscale: #1D1D1D. Windows color (decimal): -15195876 or 1843480. OLE color: 1843480.

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

Color convert

RGB 24 33 28 -
CMYK 0.27 0 0.15 0.87
HSL 146.67º 0.16% 0.11% -
HSV(B) 146.67º 0.27% 0.13% -
XYZ 1.13 1.37 1.3 -
YUV 29.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 24 33 28 0.27 0 0.15 0.87 146.67 0.16 0.11
Hex 18 21 1C 1B 0 F 57 93 10 B
Octal 30 41 34 33 0 17 127 223 20 13
Binary 11000 100001 11100 11011 0 1111 1010111 10010011 10000 1011

Color Harmonies of #18211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18211C

Black with #18211C

Text Example


Text Example

White with #18211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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