#1E211C

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

Shades of Black Forest #1E211C

Tints of Black Forest #1E211C

Color information

#1E211C (or 0x1E211C) is unknown color: approx Black Forest. HEX triplet: 1E, 21 and 1C. RGB value is (30,33,28). Sum of RGB (Red+Green+Blue) = 30+33+28=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211C is #E1DEE3. Grayscale: #1F1F1F. Windows color (decimal): -14802660 or 1843486. OLE color: 1843486.

HSL color Cylindrical-coordinate representation of color #1E211C: hue angle of 96º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1E211C is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB303328-
CMYK0.0900.150.87
HSL96º8.2%11.96%-
HSV(B)96º15.15%12.94%-
XYZ1.291.451.31-
YUV31.53126.01126.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.97%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=32.97%
G=36.26%
B=30.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3033280.0900.150.87968.211.96
Hex1E211C90F57608c
Octal364134110171271401014
Binary11110100001111001001011111010111110000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,33,28); }

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

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

 a { background-color: rgb(30,33,28); }

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

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

 span { border-color: rgb(30,33,28); }

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