#213128

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

Shades of Midnight Moss #213128

Tints of Midnight Moss #213128

Color information

#213128 (or 0x213128) is unknown color: approx Midnight Moss. HEX triplet: 21, 31 and 28. RGB value is (33,49,40). Sum of RGB (Red+Green+Blue) = 33+49+40=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #213128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213128 is #DECED7. Grayscale: #2B2B2B. Windows color (decimal): -14601944 or 2634017. OLE color: 2634017.

HSL color Cylindrical-coordinate representation of color #213128: hue angle of 146.25º 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 #213128 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB334940-
CMYK0.3300.180.81
HSL146.25º19.51%16.08%-
HSV(B)146.25º32.65%19.22%-
XYZ2.112.672.41-
YUV43.19126.2120.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=27.05%
G=40.16%
B=32.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349400.3300.180.81146.2519.5116.08
Hex2131282101251921410
Octal416150410221212222420
Binary1000011100011010001000010100101010001100100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213128; }

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

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

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

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

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

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

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

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