#1E3411

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

Shades of Black Forest #1E3411

Tints of Black Forest #1E3411

Color information

#1E3411 (or 0x1E3411) is unknown color: approx Black Forest. HEX triplet: 1E, 34 and 11. RGB value is (30,52,17). Sum of RGB (Red+Green+Blue) = 30+52+17=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 52 (20.70% from 255 or 52.53% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 52 - color contains mainly: green. Hex color #1E3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3411 is #E1CBEE. Grayscale: #292929. Windows color (decimal): -14797807 or 1127454. OLE color: 1127454.

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

Color convert

RGB305217-
CMYK0.4200.670.80
HSL97.71º50.72%13.53%-
HSV(B)97.71º67.31%20.39%-
XYZ1.862.770.97-
YUV41.43114.21119.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 30.30%
GREEN value IS 52 (20.70% from 255) = 52.53%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=30.30%
G=52.53%
B=17.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3052170.4200.670.8097.7150.7213.53
Hex1E34112A043506233e
Octal3664215201031201426316
Binary111101101001000110101001000011101000011000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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