#1E1410

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

Shades of Wood Bark #1E1410

Tints of Wood Bark #1E1410

Color information

#1E1410 (or 0x1E1410) is unknown color: approx Wood Bark. HEX triplet: 1E, 14 and 10. RGB value is (30,20,16). Sum of RGB (Red+Green+Blue) = 30+20+16=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1410 is #E1EBEF. Grayscale: #161616. Windows color (decimal): -14806000 or 1053726. OLE color: 1053726.

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

Color convert

RGB302016-
CMYK00.330.470.88
HSL17.14º30.43%9.02%-
HSV(B)17.14º46.67%11.76%-
XYZ0.880.810.6-
YUV22.53124.31133.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=45.45%
G=30.30%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30201600.330.470.8817.1430.439.02
Hex1E14100212F58111e9
Octal36242004157130213611
Binary1111010100100000100001101111101100010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,16); }

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

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

 a { background-color: rgb(30,20,16); }

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

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

 span { border-color: rgb(30,20,16); }

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