#1E3413

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

Shades of Black Forest #1E3413

Tints of Black Forest #1E3413

Color information

#1E3413 (or 0x1E3413) is unknown color: approx Black Forest. HEX triplet: 1E, 34 and 13. RGB value is (30,52,19). Sum of RGB (Red+Green+Blue) = 30+52+19=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 52 (20.70% from 255 or 51.49% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3413 is #E1CBEC. Grayscale: #292929. Windows color (decimal): -14797805 or 1258526. OLE color: 1258526.

HSL color Cylindrical-coordinate representation of color #1E3413: hue angle of 100º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E3413 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB305219-
CMYK0.4200.630.80
HSL100º46.48%13.92%-
HSV(B)100º63.46%20.39%-
XYZ1.882.781.05-
YUV41.66115.21119.68-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.70%
GREEN value IS 52 (20.70% from 255) = 51.49%
BLUE value IS 19 (7.81% from 255) = 18.81%
R=29.70%
G=51.49%
B=18.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052190.4200.630.8010046.4813.92
Hex1E34132A03F50642ee
Octal366423520771201445616
Binary11110110100100111010100111111101000011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,19); }

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

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

 a { background-color: rgb(30,52,19); }

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

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

 span { border-color: rgb(30,52,19); }

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