Html Css Color HEX #213128 Midnight Moss

📋 copy color: '#213128'

red 33 ◦ green 49 ◦ blue 40

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

Shades of Midnight Moss #213128

Tints of Midnight Moss #213128

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 value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#213128 (or 0x213128) is known color: 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

RGB 33 49 40 -
CMYK 0.33 0 0.18 0.81
HSL 146.25º 0.2% 0.16% -
HSV(B) 146.25º 0.33% 0.19% -
XYZ 2.11 2.67 2.41 -
YUV 43.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 33 49 40 0.33 0 0.18 0.81 146.25 0.2 0.16
Hex 21 31 28 21 0 12 51 92 14 10
Octal 41 61 50 41 0 22 121 222 24 20
Binary 100001 110001 101000 100001 0 10010 1010001 10010010 10100 10000

Color Harmonies of #213128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213128

Black with #213128

Text Example


Text Example

White with #213128

Text Example


Text Example

HTML Codes & Css Web 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>