#1F0F02

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

Shades of Wood Bark #1F0F02

Tints of Wood Bark #1F0F02

Color information

#1F0F02 (or 0x1F0F02) is unknown color: approx Wood Bark. HEX triplet: 1F, 0F and 02. RGB value is (31,15,2). Sum of RGB (Red+Green+Blue) = 31+15+2=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F02 is #E0F0FD. Grayscale: #121212. Windows color (decimal): -14741758 or 134943. OLE color: 134943.

HSL color Cylindrical-coordinate representation of color #1F0F02: hue angle of 26.9º 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 #1F0F02 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.88.

Color convert

RGB31152-
CMYK00.520.940.88
HSL26.9º87.88%6.47%-
HSV(B)26.9º93.55%12.16%-
XYZ0.750.640.14-
YUV18.3118.8137.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 64.58%
GREEN value IS 15 (6.25% from 255) = 31.25%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=64.58%
G=31.25%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3115200.520.940.8826.987.886.47
Hex1FF20345E581b586
Octal37172064136130331306
Binary11111111110011010010111101011000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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