#1F150F

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

Shades of Wood Bark #1F150F

Tints of Wood Bark #1F150F

Color information

#1F150F (or 0x1F150F) is unknown color: approx Wood Bark. HEX triplet: 1F, 15 and 0F. RGB value is (31,21,15). Sum of RGB (Red+Green+Blue) = 31+21+15=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F150F is #E0EAF0. Grayscale: #171717. Windows color (decimal): -14740209 or 988447. OLE color: 988447.

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

Color convert

RGB312115-
CMYK00.320.520.88
HSL22.5º34.78%9.02%-
HSV(B)22.5º51.61%12.16%-
XYZ0.920.860.57-
YUV23.31123.31133.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=46.27%
G=31.34%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31211500.320.520.8822.534.789.02
Hex1F15F020345817239
Octal37251704064130274311
Binary1111110101111101000001101001011000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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