#1E380F

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

Shades of Black Forest #1E380F

Tints of Black Forest #1E380F

Color information

#1E380F (or 0x1E380F) is unknown color: approx Black Forest. HEX triplet: 1E, 38 and 0F. RGB value is (30,56,15). Sum of RGB (Red+Green+Blue) = 30+56+15=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 56 (22.27% from 255 or 55.45% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 56 - color contains mainly: green. Hex color #1E380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E380F is #E1C7F0. Grayscale: #2B2B2B. Windows color (decimal): -14796785 or 997406. OLE color: 997406.

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

Color convert

RGB305615-
CMYK0.4600.730.78
HSL98.05º57.75%13.92%-
HSV(B)98.05º73.21%21.96%-
XYZ2.043.140.95-
YUV43.55111.89118.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 29.70%
GREEN value IS 56 (22.27% from 255) = 55.45%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=29.70%
G=55.45%
B=14.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3056150.4600.730.7898.0557.7513.92
Hex1E38F2E0494E623ae
Octal3670175601111161427216
Binary11110111000111110111001001001100111011000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,56,15); }

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

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

 a { background-color: rgb(30,56,15); }

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

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

 span { border-color: rgb(30,56,15); }

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