#1E390D

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

Shades of Black Forest #1E390D

Tints of Black Forest #1E390D

Color information

#1E390D (or 0x1E390D) is unknown color: approx Black Forest. HEX triplet: 1E, 39 and 0D. RGB value is (30,57,13). Sum of RGB (Red+Green+Blue) = 30+57+13=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #1E390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E390D is #E1C6F2. Grayscale: #2C2C2C. Windows color (decimal): -14796531 or 866590. OLE color: 866590.

HSL color Cylindrical-coordinate representation of color #1E390D: hue angle of 96.82º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E390D is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB305713-
CMYK0.4700.770.78
HSL96.82º62.86%13.73%-
HSV(B)96.82º77.19%22.35%-
XYZ2.073.230.9-
YUV43.91110.55118.08-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 13 (5.47% from 255) = 13%
R=30%
G=57%
B=13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3057130.4700.770.7896.8262.8613.73
Hex1E39D2F04D4E613fe
Octal3671155701151161417716
Binary11110111001110110111101001101100111011000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,13); }

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

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

 a { background-color: rgb(30,57,13); }

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

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

 span { border-color: rgb(30,57,13); }

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