#1F3226

Color #1F3226 Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #1F3226

Tints of Midnight Moss #1F3226

Color information

#1F3226 (or 0x1F3226) is unknown color: approx Midnight Moss. HEX triplet: 1F, 32 and 26. RGB value is (31,50,38). Sum of RGB (Red+Green+Blue) = 31+50+38=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3226 is #E0CDD9. Grayscale: #2A2A2A. Windows color (decimal): -14732762 or 2503199. OLE color: 2503199.

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

Color convert

RGB315038-
CMYK0.3800.240.80
HSL142.11º23.46%15.88%-
HSV(B)142.11º38%19.61%-
XYZ2.062.712.25-
YUV42.95125.21119.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.05%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=26.05%
G=42.02%
B=31.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3150380.3800.240.80142.1123.4615.88
Hex1F322626018508e1710
Octal376246460301202162720
Binary111111100101001101001100110001010000100011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F3226;
 }
 .AnyTagClassName
 {
   color: #1F3226;
 }
</style>
background-color css

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

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

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

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

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

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