#1A241E

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

Shades of Midnight Moss #1A241E

Tints of Midnight Moss #1A241E

Color information

#1A241E (or 0x1A241E) is unknown color: approx Midnight Moss. HEX triplet: 1A, 24 and 1E. RGB value is (26,36,30). Sum of RGB (Red+Green+Blue) = 26+36+30=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #1A241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A241E is #E5DBE1. Grayscale: #202020. Windows color (decimal): -15064034 or 1975322. OLE color: 1975322.

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

Color convert

RGB263630-
CMYK0.2800.170.86
HSL144º16.13%12.16%-
HSV(B)144º27.78%14.12%-
XYZ1.291.581.46-
YUV32.33126.69123.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.26%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=28.26%
G=39.13%
B=32.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2636300.2800.170.8614416.1312.16
Hex1A241E1C011569010c
Octal324436340211262202014
Binary110101001001111011100010001101011010010000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,36,30); }

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

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

 a { background-color: rgb(26,36,30); }

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

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

 span { border-color: rgb(26,36,30); }

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