Html Css Color HEX #213127 Midnight Moss

📋 copy color: '#213127'

red 33 ◦ green 49 ◦ blue 39

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

Shades of Midnight Moss #213127

Tints of Midnight Moss #213127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.5%

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

R = 27.27%
G = 40.5%
B = 32.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 33 49 39 -
CMYK 0.33 0 0.20 0.81
HSL 142.5º 0.2% 0.16% -
HSV(B) 142.5º 0.33% 0.19% -
XYZ 2.09 2.67 2.32 -
YUV 43.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 33 49 39 0.33 0 0.20 0.81 142.5 0.2 0.16
Hex 21 31 27 21 0 14 51 8E 14 10
Octal 41 61 47 41 0 24 121 216 24 20
Binary 100001 110001 100111 100001 0 10100 1010001 10001110 10100 10000

Color Harmonies of #213127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213127

Black with #213127

Text Example


Text Example

White with #213127

Text Example


Text Example

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