Html Css Color HEX #212824 Midnight Moss

📋 copy color: '#212824'

red 33 ◦ green 40 ◦ blue 36

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

Shades of Midnight Moss #212824

Tints of Midnight Moss #212824

RGB

 RED value IS 33 (13.28% from 255) = 30.28%

 GREEN value IS 40 (16.02% from 255) = 36.7%

 BLUE value IS 36 (14.45% from 255) = 33.03%

R = 30.28%
G = 36.7%
B = 33.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#212824 (or 0x212824) is known color: Midnight Moss. HEX triplet: 21, 28 and 24. RGB value is (33,40,36). Sum of RGB (Red+Green+Blue) = 33+40+36=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 40 - color contains mainly: green. Hex color #212824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212824 is #DED7DB. Grayscale: #252525. Windows color (decimal): -14604252 or 2369569. OLE color: 2369569.

HSL color Cylindrical-coordinate representation of color #212824: hue angle of 145.71º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #212824 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 40 36 -
CMYK 0.17 0 0.10 0.84
HSL 145.71º 0.1% 0.14% -
HSV(B) 145.71º 0.18% 0.16% -
XYZ 1.7 1.97 1.96 -
YUV 37.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 33 40 36 0.17 0 0.10 0.84 145.71 0.1 0.14
Hex 21 28 24 11 0 A 54 92 A E
Octal 41 50 44 21 0 12 124 222 12 16
Binary 100001 101000 100100 10001 0 1010 1010100 10010010 1010 1110

Color Harmonies of #212824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212824

Black with #212824

Text Example


Text Example

White with #212824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212824; }

 p { color: rgb(33,40,36); }

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

background-color css

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

 a { background-color: rgb(33,40,36); }

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

border-color css

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

 span { border-color: rgb(33,40,36); }

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