#1E3311

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

Shades of Black Forest #1E3311

Tints of Black Forest #1E3311

Color information

#1E3311 (or 0x1E3311) is unknown color: approx Black Forest. HEX triplet: 1E, 33 and 11. RGB value is (30,51,17). Sum of RGB (Red+Green+Blue) = 30+51+17=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3311 is #E1CCEE. Grayscale: #282828. Windows color (decimal): -14798063 or 1127198. OLE color: 1127198.

HSL color Cylindrical-coordinate representation of color #1E3311: hue angle of 97.06º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E3311 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.

Color convert

RGB305117-
CMYK0.4100.670.8
HSL97.06º50%13.33%-
HSV(B)97.06º66.67%20%-
XYZ1.822.680.95-
YUV40.84114.54120.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.61%
GREEN value IS 51 (20.31% from 255) = 52.04%
BLUE value IS 17 (7.03% from 255) = 17.35%
R=30.61%
G=52.04%
B=17.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3051170.4100.670.897.065013.33
Hex1E331129043506132d
Octal3663215101031201416215
Binary111101100111000110100101000011101000011000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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