#1E1917

Color #1E1917 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #1E1917

Tints of Wood Bark #1E1917

Color information

#1E1917 (or 0x1E1917) is unknown color: approx Wood Bark. HEX triplet: 1E, 19 and 17. RGB value is (30,25,23). Sum of RGB (Red+Green+Blue) = 30+25+23=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1917 is #E1E6E8. Grayscale: #1A1A1A. Windows color (decimal): -14804713 or 1513758. OLE color: 1513758.

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

Color convert

RGB302523-
CMYK00.170.230.88
HSL17.14º13.21%10.39%-
HSV(B)17.14º23.33%11.76%-
XYZ1.041.030.96-
YUV26.27126.16130.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=38.46%
G=32.05%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30252300.170.230.8817.1413.2110.39
Hex1E1917011175811da
Octal36312702127130211512
Binary1111011001101110100011011110110001000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,23); }

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

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

 a { background-color: rgb(30,25,23); }

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

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

 span { border-color: rgb(30,25,23); }

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