#1F0E01

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

Shades of Wood Bark #1F0E01

Tints of Wood Bark #1F0E01

Color information

#1F0E01 (or 0x1F0E01) is unknown color: approx Wood Bark. HEX triplet: 1F, 0E and 01. RGB value is (31,14,1). Sum of RGB (Red+Green+Blue) = 31+14+1=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E01 is #E0F1FE. Grayscale: #111111. Windows color (decimal): -14742015 or 69151. OLE color: 69151.

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

Color convert

RGB31141-
CMYK00.550.970.88
HSL26º93.75%6.27%-
HSV(B)26º96.77%12.16%-
XYZ0.730.610.11-
YUV17.6118.63137.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 67.39%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=67.39%
G=30.43%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3114100.550.970.882693.756.27
Hex1FE103761581a5e6
Octal37161067141130321366
Binary1111111101011011111000011011000110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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