Html Css Color HEX #18221C Midnight Moss

📋 copy color: '#18221C'

red 24 ◦ green 34 ◦ blue 28

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

Shades of Midnight Moss #18221C

Tints of Midnight Moss #18221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 39.53%

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

R = 27.91%
G = 39.53%
B = 32.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#18221C (or 0x18221C) is known color: Midnight Moss. HEX triplet: 18, 22 and 1C. RGB value is (24,34,28). Sum of RGB (Red+Green+Blue) = 24+34+28=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 34 - color contains mainly: green. Hex color #18221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18221C is #E7DDE3. Grayscale: #1E1E1E. Windows color (decimal): -15195620 or 1843736. OLE color: 1843736.

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

Color convert

RGB 24 34 28 -
CMYK 0.29 0 0.18 0.87
HSL 144º 0.17% 0.11% -
HSV(B) 144º 0.29% 0.13% -
XYZ 1.16 1.42 1.31 -
YUV 30.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 24 34 28 0.29 0 0.18 0.87 144 0.17 0.11
Hex 18 22 1C 1D 0 12 57 90 11 B
Octal 30 42 34 35 0 22 127 220 21 13
Binary 11000 100010 11100 11101 0 10010 1010111 10010000 10001 1011

Color Harmonies of #18221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18221C

Black with #18221C

Text Example


Text Example

White with #18221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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