#1E291A

Color #1E291A Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #1E291A

Tints of Black Forest #1E291A

Color information

#1E291A (or 0x1E291A) is unknown color: approx Black Forest. HEX triplet: 1E, 29 and 1A. RGB value is (30,41,26). Sum of RGB (Red+Green+Blue) = 30+41+26=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #1E291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E291A is #E1D6E5. Grayscale: #242424. Windows color (decimal): -14800614 or 1714462. OLE color: 1714462.

HSL color Cylindrical-coordinate representation of color #1E291A: hue angle of 104º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E291A is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB304126-
CMYK0.2700.370.84
HSL104º22.39%13.14%-
HSV(B)104º36.59%16.08%-
XYZ1.511.941.27-
YUV36122.36123.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.93%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=30.93%
G=42.27%
B=26.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3041260.2700.370.8410422.3913.14
Hex1E291A1B025546816d
Octal365132330451241502615
Binary111101010011101011011010010110101001101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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