Html Css Color HEX #213227 Midnight Moss

📋 copy color: '#213227'

red 33 ◦ green 50 ◦ blue 39

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

Shades of Midnight Moss #213227

Tints of Midnight Moss #213227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.97%

R = 27.05%
G = 40.98%
B = 31.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#213227 (or 0x213227) is known color: Midnight Moss. HEX triplet: 21, 32 and 27. RGB value is (33,50,39). Sum of RGB (Red+Green+Blue) = 33+50+39=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #213227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213227 is #DECDD8. Grayscale: #2B2B2B. Windows color (decimal): -14601689 or 2568737. OLE color: 2568737.

HSL color Cylindrical-coordinate representation of color #213227: hue angle of 141.18º 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 #213227 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 39 -
CMYK 0.34 0 0.22 0.80
HSL 141.18º 0.2% 0.16% -
HSV(B) 141.18º 0.34% 0.2% -
XYZ 2.13 2.75 2.34 -
YUV 43.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 33 50 39 0.34 0 0.22 0.80 141.18 0.2 0.16
Hex 21 32 27 22 0 16 50 8D 14 10
Octal 41 62 47 42 0 26 120 215 24 20
Binary 100001 110010 100111 100010 0 10110 1010000 10001101 10100 10000

Color Harmonies of #213227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213227

Black with #213227

Text Example


Text Example

White with #213227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213227; }

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

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

background-color css

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

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

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

border-color css

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

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

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