#1F0E00

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

Shades of Wood Bark #1F0E00

Tints of Wood Bark #1F0E00

Color information

#1F0E00 (or 0x1F0E00) is unknown color: approx Wood Bark. HEX triplet: 1F, 0E and 00. RGB value is (31,14,0). Sum of RGB (Red+Green+Blue) = 31+14+0=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E00 is #E0F1FF. Grayscale: #111111. Windows color (decimal): -14742016 or 3615. OLE color: 3615.

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

Color convert

RGB31140-
CMYK00.5510.88
HSL27.1º100%6.08%-
HSV(B)27.1º100%12.16%-
XYZ0.720.610.08-
YUV17.49118.13137.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.89%
G=31.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3114000.5510.8827.11006.08
Hex1FE003764581b646
Octal37160067144130331446
Binary1111111100011011111001001011000110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,14,0); }

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

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

 a { background-color: rgb(31,14,0); }

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

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

 span { border-color: rgb(31,14,0); }

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