Html Css Color HEX #1F2421 Midnight Moss

📋 copy color: '#1F2421'

red 31 ◦ green 36 ◦ blue 33

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

Shades of Midnight Moss #1F2421

Tints of Midnight Moss #1F2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36%

 BLUE value IS 33 (13.28% from 255) = 33%

R = 31%
G = 36%
B = 33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.86

RGB Variations

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

Color information

#1F2421 (or 0x1F2421) is known color: Midnight Moss. HEX triplet: 1F, 24 and 21. RGB value is (31,36,33). Sum of RGB (Red+Green+Blue) = 31+36+33=100 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 36 - color contains mainly: green. Hex color #1F2421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2421 is #E0DBDE. Grayscale: #222222. Windows color (decimal): -14736351 or 2171935. OLE color: 2171935.

HSL color Cylindrical-coordinate representation of color #1F2421: hue angle of 144º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F2421 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 36 33 -
CMYK 0.14 0 0.08 0.86
HSL 144º 0.07% 0.13% -
HSV(B) 144º 0.14% 0.14% -
XYZ 1.47 1.66 1.68 -
YUV 34.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 31 36 33 0.14 0 0.08 0.86 144 0.07 0.13
Hex 1F 24 21 E 0 8 56 90 7 D
Octal 37 44 41 16 0 10 126 220 7 15
Binary 11111 100100 100001 1110 0 1000 1010110 10010000 111 1101

Color Harmonies of #1F2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2421

Black with #1F2421

Text Example


Text Example

White with #1F2421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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