#1E130D

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

Shades of Wood Bark #1E130D

Tints of Wood Bark #1E130D

Color information

#1E130D (or 0x1E130D) is unknown color: approx Wood Bark. HEX triplet: 1E, 13 and 0D. RGB value is (30,19,13). Sum of RGB (Red+Green+Blue) = 30+19+13=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E130D is #E1ECF2. Grayscale: #151515. Windows color (decimal): -14806259 or 856862. OLE color: 856862.

HSL color Cylindrical-coordinate representation of color #1E130D: hue angle of 21.18º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E130D is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB301913-
CMYK00.370.570.88
HSL21.18º39.53%8.43%-
HSV(B)21.18º56.67%11.76%-
XYZ0.840.770.49-
YUV21.6123.14133.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 48.39%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=48.39%
G=30.65%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30191300.370.570.8821.1839.538.43
Hex1E13D025395815288
Octal36231504571130255010
Binary1111010011110101001011110011011000101011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,13); }

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

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

 a { background-color: rgb(30,19,13); }

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

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

 span { border-color: rgb(30,19,13); }

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