#213127

Color #213127 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #213127

Tints of Midnight Moss #213127

Color information

#213127 (or 0x213127) is unknown color: approx Midnight Moss. HEX triplet: 21, 31 and 27. RGB value is (33,49,39). Sum of RGB (Red+Green+Blue) = 33+49+39=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #213127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213127 is #DECED8. Grayscale: #2B2B2B. Windows color (decimal): -14601945 or 2568481. OLE color: 2568481.

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

Color convert

RGB334939-
CMYK0.3300.200.81
HSL142.5º19.51%16.08%-
HSV(B)142.5º32.65%19.22%-
XYZ2.092.672.32-
YUV43.08125.7120.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=27.27%
G=40.50%
B=32.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349390.3300.200.81142.519.5116.08
Hex21312721014518e1410
Octal416147410241212162420
Binary1000011100011001111000010101001010001100011101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213127; }

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

 H1.HeaderClassName
 {
   color: #213127;
 }
 .AnyTagClassName
 {
   color: #213127;
 }
</style>
background-color css

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

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

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

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

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

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