Html Css Color HEX #1F3326 Midnight Moss

📋 copy color: '#1F3326'

red 31 ◦ green 51 ◦ blue 38

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

Shades of Midnight Moss #1F3326

Tints of Midnight Moss #1F3326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.5%

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 25.83%
G = 42.5%
B = 31.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#1F3326 (or 0x1F3326) is known color: Midnight Moss. HEX triplet: 1F, 33 and 26. RGB value is (31,51,38). Sum of RGB (Red+Green+Blue) = 31+51+38=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3326 is #E0CCD9. Grayscale: #2B2B2B. Windows color (decimal): -14732506 or 2503455. OLE color: 2503455.

HSL color Cylindrical-coordinate representation of color #1F3326: hue angle of 141º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F3326 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 31 51 38 -
CMYK 0.39 0 0.25 0.8
HSL 141º 0.24% 0.16% -
HSV(B) 141º 0.39% 0.2% -
XYZ 2.1 2.8 2.26 -
YUV 43.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 31 51 38 0.39 0 0.25 0.8 141 0.24 0.16
Hex 1F 33 26 27 0 19 50 8D 18 10
Octal 37 63 46 47 0 31 120 215 30 20
Binary 11111 110011 100110 100111 0 11001 1010000 10001101 11000 10000

Color Harmonies of #1F3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3326

Black with #1F3326

Text Example


Text Example

White with #1F3326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,51,38); }

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

background-color css

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

 a { background-color: rgb(31,51,38); }

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

border-color css

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

 span { border-color: rgb(31,51,38); }

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