Html Css Color HEX #213228 Midnight Moss

📋 copy color: '#213228'

red 33 ◦ green 50 ◦ blue 40

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

Shades of Midnight Moss #213228

Tints of Midnight Moss #213228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.65%

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 26.83%
G = 40.65%
B = 32.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#213228 (or 0x213228) is known color: Midnight Moss. HEX triplet: 21, 32 and 28. RGB value is (33,50,40). Sum of RGB (Red+Green+Blue) = 33+50+40=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #213228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213228 is #DECDD7. Grayscale: #2B2B2B. Windows color (decimal): -14601688 or 2634273. OLE color: 2634273.

HSL color Cylindrical-coordinate representation of color #213228: hue angle of 144.71º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213228 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 40 -
CMYK 0.34 0 0.20 0.80
HSL 144.71º 0.2% 0.16% -
HSV(B) 144.71º 0.34% 0.2% -
XYZ 2.15 2.76 2.43 -
YUV 43.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 33 50 40 0.34 0 0.20 0.80 144.71 0.2 0.16
Hex 21 32 28 22 0 14 50 91 14 10
Octal 41 62 50 42 0 24 120 221 24 20
Binary 100001 110010 101000 100010 0 10100 1010000 10010001 10100 10000

Color Harmonies of #213228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213228

Black with #213228

Text Example


Text Example

White with #213228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213228; }

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

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

background-color css

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

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

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

border-color css

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

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

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