#1E3213

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

Shades of Black Forest #1E3213

Tints of Black Forest #1E3213

Color information

#1E3213 (or 0x1E3213) is unknown color: approx Black Forest. HEX triplet: 1E, 32 and 13. RGB value is (30,50,19). Sum of RGB (Red+Green+Blue) = 30+50+19=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3213 is #E1CDEC. Grayscale: #282828. Windows color (decimal): -14798317 or 1258014. OLE color: 1258014.

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

Color convert

RGB305019-
CMYK0.4000.620.80
HSL98.71º44.93%13.53%-
HSV(B)98.71º62%19.61%-
XYZ1.792.61.02-
YUV40.49115.87120.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=30.30%
G=50.51%
B=19.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3050190.4000.620.8098.7144.9313.53
Hex1E32132803E50632de
Octal366223500761201435516
Binary11110110010100111010000111110101000011000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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