#1E370D

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

Shades of Black Forest #1E370D

Tints of Black Forest #1E370D

Color information

#1E370D (or 0x1E370D) is unknown color: approx Black Forest. HEX triplet: 1E, 37 and 0D. RGB value is (30,55,13). Sum of RGB (Red+Green+Blue) = 30+55+13=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #1E370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E370D is #E1C8F2. Grayscale: #2A2A2A. Windows color (decimal): -14797043 or 866078. OLE color: 866078.

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

Color convert

RGB305513-
CMYK0.4500.760.78
HSL95.71º61.76%13.33%-
HSV(B)95.71º76.36%21.57%-
XYZ1.973.040.86-
YUV42.74111.22118.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.61%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=30.61%
G=56.12%
B=13.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3055130.4500.760.7895.7161.7613.33
Hex1E37D2D04C4E603ed
Octal3667155501141161407615
Binary11110110111110110110101001100100111011000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E370D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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