#1B261F

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

Shades of Midnight Moss #1B261F

Tints of Midnight Moss #1B261F

Color information

#1B261F (or 0x1B261F) is unknown color: approx Midnight Moss. HEX triplet: 1B, 26 and 1F. RGB value is (27,38,31). Sum of RGB (Red+Green+Blue) = 27+38+31=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #1B261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B261F is #E4D9E0. Grayscale: #212121. Windows color (decimal): -14997985 or 2041371. OLE color: 2041371.

HSL color Cylindrical-coordinate representation of color #1B261F: hue angle of 141.82º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1B261F is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB273831-
CMYK0.2900.180.85
HSL141.82º16.92%12.75%-
HSV(B)141.82º28.95%14.9%-
XYZ1.391.721.55-
YUV33.91126.36123.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.12%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=28.12%
G=39.58%
B=32.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2738310.2900.180.85141.8216.9212.75
Hex1B261F1D012558e11d
Octal334637350221252162115
Binary110111001101111111101010010101010110001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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