Html Css Color HEX #1F2120 Midnight Moss

📋 copy color: '#1F2120'

red 31 ◦ green 33 ◦ blue 32

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

Shades of Midnight Moss #1F2120

Tints of Midnight Moss #1F2120

RGB

 RED value IS 31 (12.5% from 255) = 32.29%

 GREEN value IS 33 (13.28% from 255) = 34.38%

 BLUE value IS 32 (12.89% from 255) = 33.33%

R = 32.29%
G = 34.38%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#1F2120 (or 0x1F2120) is known color: Midnight Moss. HEX triplet: 1F, 21 and 20. RGB value is (31,33,32). Sum of RGB (Red+Green+Blue) = 31+33+32=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 33 - color contains mainly: green. Hex color #1F2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2120 is #E0DEDF. Grayscale: #202020. Windows color (decimal): -14737120 or 2105631. OLE color: 2105631.

HSL color Cylindrical-coordinate representation of color #1F2120: hue angle of 150º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #1F2120 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 31 33 32 -
CMYK 0.06 0 0.03 0.87
HSL 150º 0.03% 0.13% -
HSV(B) 150º 0.06% 0.13% -
XYZ 1.37 1.48 1.58 -
YUV 32.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 31 33 32 0.06 0 0.03 0.87 150 0.03 0.13
Hex 1F 21 20 6 0 3 57 96 3 D
Octal 37 41 40 6 0 3 127 226 3 15
Binary 11111 100001 100000 110 0 11 1010111 10010110 11 1101

Color Harmonies of #1F2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2120

Black with #1F2120

Text Example


Text Example

White with #1F2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F2120; }

 p { color: rgb(31,33,32); }

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

background-color css

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

 a { background-color: rgb(31,33,32); }

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

border-color css

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

 span { border-color: rgb(31,33,32); }

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