#1E221C

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

Shades of Black Forest #1E221C

Tints of Black Forest #1E221C

Color information

#1E221C (or 0x1E221C) is unknown color: approx Black Forest. HEX triplet: 1E, 22 and 1C. RGB value is (30,34,28). Sum of RGB (Red+Green+Blue) = 30+34+28=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 34 - color contains mainly: green. Hex color #1E221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E221C is #E1DDE3. Grayscale: #202020. Windows color (decimal): -14802404 or 1843742. OLE color: 1843742.

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

Color convert

RGB303428-
CMYK0.1200.180.87
HSL100º9.68%12.16%-
HSV(B)100º17.65%13.33%-
XYZ1.321.51.32-
YUV32.12125.67126.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 34 (13.67% from 255) = 36.96%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=32.61%
G=36.96%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3034280.1200.180.871009.6812.16
Hex1E221CC0125764ac
Octal364234140221271441214
Binary111101000101110011000100101010111110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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