#1E241A

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

Shades of Black Forest #1E241A

Tints of Black Forest #1E241A

Color information

#1E241A (or 0x1E241A) is unknown color: approx Black Forest. HEX triplet: 1E, 24 and 1A. RGB value is (30,36,26). Sum of RGB (Red+Green+Blue) = 30+36+26=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 36 - color contains mainly: green. Hex color #1E241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E241A is #E1DBE5. Grayscale: #212121. Windows color (decimal): -14801894 or 1713182. OLE color: 1713182.

HSL color Cylindrical-coordinate representation of color #1E241A: hue angle of 96º 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 #1E241A is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB303626-
CMYK0.1700.280.86
HSL96º16.13%12.16%-
HSV(B)96º27.78%14.12%-
XYZ1.351.611.22-
YUV33.07124.01125.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3036260.1700.280.869616.1312.16
Hex1E241A1101C566010c
Octal364432210341261402014
Binary11110100100110101000101110010101101100000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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