#1E231B

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

Shades of Black Forest #1E231B

Tints of Black Forest #1E231B

Color information

#1E231B (or 0x1E231B) is unknown color: approx Black Forest. HEX triplet: 1E, 23 and 1B. RGB value is (30,35,27). Sum of RGB (Red+Green+Blue) = 30+35+27=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 35 - color contains mainly: green. Hex color #1E231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E231B is #E1DCE4. Grayscale: #202020. Windows color (decimal): -14802149 or 1778462. OLE color: 1778462.

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

Color convert

RGB303527-
CMYK0.1400.230.86
HSL97.5º12.9%12.16%-
HSV(B)97.5º22.86%13.73%-
XYZ1.331.561.27-
YUV32.59124.84126.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 32.61%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=32.61%
G=38.04%
B=29.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3035270.1400.230.8697.512.912.16
Hex1E231BE0175662dc
Octal364333160271261421514
Binary111101000111101111100101111010110110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,27); }

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

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

 a { background-color: rgb(30,35,27); }

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

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

 span { border-color: rgb(30,35,27); }

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