#1E0F05

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

Shades of Wood Bark #1E0F05

Tints of Wood Bark #1E0F05

Color information

#1E0F05 (or 0x1E0F05) is unknown color: approx Wood Bark. HEX triplet: 1E, 0F and 05. RGB value is (30,15,5). Sum of RGB (Red+Green+Blue) = 30+15+5=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F05 is #E1F0FA. Grayscale: #121212. Windows color (decimal): -14807291 or 331550. OLE color: 331550.

HSL color Cylindrical-coordinate representation of color #1E0F05: hue angle of 24º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0F05 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.88.

Color convert

RGB30155-
CMYK00.50.830.88
HSL24º71.43%6.86%-
HSV(B)24º83.33%11.76%-
XYZ0.730.630.23-
YUV18.34120.47136.31-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 5 (2.34% from 255) = 10%
R=60%
G=30%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.83
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3015500.50.830.882471.436.86
Hex1EF5032535818477
Octal36175062123130301077
Binary111101111101011001010100111011000110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,5); }

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

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

 a { background-color: rgb(30,15,5); }

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

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

 span { border-color: rgb(30,15,5); }

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