#1E3611

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

Shades of Black Forest #1E3611

Tints of Black Forest #1E3611

Color information

#1E3611 (or 0x1E3611) is unknown color: approx Black Forest. HEX triplet: 1E, 36 and 11. RGB value is (30,54,17). Sum of RGB (Red+Green+Blue) = 30+54+17=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 54 (21.48% from 255 or 53.47% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3611 is #E1C9EE. Grayscale: #2A2A2A. Windows color (decimal): -14797295 or 1127966. OLE color: 1127966.

HSL color Cylindrical-coordinate representation of color #1E3611: hue angle of 98.92º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3611 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.

Color convert

RGB305417-
CMYK0.4400.690.79
HSL98.92º52.11%13.92%-
HSV(B)98.92º68.52%21.18%-
XYZ1.962.951-
YUV42.61113.55119.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.70%
GREEN value IS 54 (21.48% from 255) = 53.47%
BLUE value IS 17 (7.03% from 255) = 16.83%
R=29.70%
G=53.47%
B=16.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054170.4400.690.7998.9252.1113.92
Hex1E36112C0454F6334e
Octal3666215401051171436416
Binary111101101101000110110001000101100111111000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,17); }

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

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

 a { background-color: rgb(30,54,17); }

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

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

 span { border-color: rgb(30,54,17); }

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