#1E390C

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

Shades of Black Forest #1E390C

Tints of Black Forest #1E390C

Color information

#1E390C (or 0x1E390C) is unknown color: approx Black Forest. HEX triplet: 1E, 39 and 0C. RGB value is (30,57,12). Sum of RGB (Red+Green+Blue) = 30+57+12=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #1E390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E390C is #E1C6F3. Grayscale: #2B2B2B. Windows color (decimal): -14796532 or 801054. OLE color: 801054.

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

Color convert

RGB305712-
CMYK0.4700.790.78
HSL96º65.22%13.53%-
HSV(B)96º78.95%22.35%-
XYZ2.063.230.86-
YUV43.8110.05118.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 57 (22.66% from 255) = 57.58%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=30.30%
G=57.58%
B=12.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3057120.4700.790.789665.2213.53
Hex1E39C2F04F4E6041e
Octal36711457011711614010116
Binary111101110011100101111010011111001110110000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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