#1E3710

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

Shades of Black Forest #1E3710

Tints of Black Forest #1E3710

Color information

#1E3710 (or 0x1E3710) is unknown color: approx Black Forest. HEX triplet: 1E, 37 and 10. RGB value is (30,55,16). Sum of RGB (Red+Green+Blue) = 30+55+16=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3710 is #E1C8EF. Grayscale: #2B2B2B. Windows color (decimal): -14797040 or 1062686. OLE color: 1062686.

HSL color Cylindrical-coordinate representation of color #1E3710: hue angle of 98.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3710 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB305516-
CMYK0.4500.710.78
HSL98.46º54.93%13.92%-
HSV(B)98.46º70.91%21.57%-
XYZ23.050.97-
YUV43.08112.72118.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.70%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 16 (6.64% from 255) = 15.84%
R=29.70%
G=54.46%
B=15.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055160.4500.710.7898.4654.9313.92
Hex1E37102D0474E6237e
Octal3667205501071161426716
Binary111101101111000010110101000111100111011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,55,16); }

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

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

 a { background-color: rgb(30,55,16); }

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

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

 span { border-color: rgb(30,55,16); }

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