#1E130C

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

Shades of Wood Bark #1E130C

Tints of Wood Bark #1E130C

Color information

#1E130C (or 0x1E130C) is unknown color: approx Wood Bark. HEX triplet: 1E, 13 and 0C. RGB value is (30,19,12). Sum of RGB (Red+Green+Blue) = 30+19+12=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E130C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E130C is #E1ECF3. Grayscale: #151515. Windows color (decimal): -14806260 or 791326. OLE color: 791326.

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

Color convert

RGB301912-
CMYK00.370.600.88
HSL23.33º42.86%8.24%-
HSV(B)23.33º60%11.76%-
XYZ0.830.770.45-
YUV21.49122.64134.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 49.18%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 12 (5.08% from 255) = 19.67%
R=49.18%
G=31.15%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30191200.370.600.8823.3342.868.24
Hex1E13C0253C58172b8
Octal36231404574130275310
Binary1111010011110001001011111001011000101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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