#1E3312

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

Shades of Black Forest #1E3312

Tints of Black Forest #1E3312

Color information

#1E3312 (or 0x1E3312) is unknown color: approx Black Forest. HEX triplet: 1E, 33 and 12. RGB value is (30,51,18). Sum of RGB (Red+Green+Blue) = 30+51+18=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3312 is #E1CCED. Grayscale: #292929. Windows color (decimal): -14798062 or 1192734. OLE color: 1192734.

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

Color convert

RGB305118-
CMYK0.4100.650.8
HSL98.18º47.83%13.53%-
HSV(B)98.18º64.71%20%-
XYZ1.832.690.99-
YUV40.96115.04120.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=30.30%
G=51.52%
B=18.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3051180.4100.650.898.1847.8313.53
Hex1E331229041506230e
Octal3663225101011201426016
Binary111101100111001010100101000001101000011000101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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