#1E360E

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

Shades of Black Forest #1E360E

Tints of Black Forest #1E360E

Color information

#1E360E (or 0x1E360E) is unknown color: approx Black Forest. HEX triplet: 1E, 36 and 0E. RGB value is (30,54,14). Sum of RGB (Red+Green+Blue) = 30+54+14=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 54 (21.48% from 255 or 55.10% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 54 - color contains mainly: green. Hex color #1E360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E360E is #E1C9F1. Grayscale: #2A2A2A. Windows color (decimal): -14797298 or 931358. OLE color: 931358.

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

Color convert

RGB305414-
CMYK0.4400.740.79
HSL96º58.82%13.33%-
HSV(B)96º74.07%21.18%-
XYZ1.932.950.88-
YUV42.26112.05119.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.61%
GREEN value IS 54 (21.48% from 255) = 55.10%
BLUE value IS 14 (5.86% from 255) = 14.29%
R=30.61%
G=55.10%
B=14.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054140.4400.740.799658.8213.33
Hex1E36E2C04A4F603bd
Octal3666165401121171407315
Binary11110110110111010110001001010100111111000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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