Html Css Color HEX #213027 Midnight Moss

📋 copy color: '#213027'

red 33 ◦ green 48 ◦ blue 39

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

Shades of Midnight Moss #213027

Tints of Midnight Moss #213027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40%

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

R = 27.5%
G = 40%
B = 32.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#213027 (or 0x213027) is known color: Midnight Moss. HEX triplet: 21, 30 and 27. RGB value is (33,48,39). Sum of RGB (Red+Green+Blue) = 33+48+39=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #213027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213027 is #DECFD8. Grayscale: #2A2A2A. Windows color (decimal): -14602201 or 2568225. OLE color: 2568225.

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

Color convert

RGB 33 48 39 -
CMYK 0.31 0 0.19 0.81
HSL 144º 0.19% 0.16% -
HSV(B) 144º 0.31% 0.19% -
XYZ 2.05 2.58 2.31 -
YUV 42.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 33 48 39 0.31 0 0.19 0.81 144 0.19 0.16
Hex 21 30 27 1F 0 13 51 90 13 10
Octal 41 60 47 37 0 23 121 220 23 20
Binary 100001 110000 100111 11111 0 10011 1010001 10010000 10011 10000

Color Harmonies of #213027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213027

Black with #213027

Text Example


Text Example

White with #213027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213027; }

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

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

background-color css

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

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

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

border-color css

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

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

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