#1F0E02

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

Shades of Wood Bark #1F0E02

Tints of Wood Bark #1F0E02

Color information

#1F0E02 (or 0x1F0E02) is unknown color: approx Wood Bark. HEX triplet: 1F, 0E and 02. RGB value is (31,14,2). Sum of RGB (Red+Green+Blue) = 31+14+2=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E02 is #E0F1FD. Grayscale: #111111. Windows color (decimal): -14742014 or 134687. OLE color: 134687.

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

Color convert

RGB31142-
CMYK00.550.940.88
HSL24.83º87.88%6.47%-
HSV(B)24.83º93.55%12.16%-
XYZ0.730.610.14-
YUV17.72119.13137.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 65.96%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 2 (1.17% from 255) = 4.26%
R=65.96%
G=29.79%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3114200.550.940.8824.8387.886.47
Hex1FE20375E5819586
Octal37162067136130311306
Binary11111111010011011110111101011000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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