#1F140F

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

Shades of Wood Bark #1F140F

Tints of Wood Bark #1F140F

Color information

#1F140F (or 0x1F140F) is unknown color: approx Wood Bark. HEX triplet: 1F, 14 and 0F. RGB value is (31,20,15). Sum of RGB (Red+Green+Blue) = 31+20+15=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F140F is #E0EBF0. Grayscale: #161616. Windows color (decimal): -14740465 or 988191. OLE color: 988191.

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

Color convert

RGB312015-
CMYK00.350.520.88
HSL18.75º34.78%9.02%-
HSV(B)18.75º51.61%12.16%-
XYZ0.90.830.56-
YUV22.72123.64133.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 15 (6.25% from 255) = 22.73%
R=46.97%
G=30.30%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31201500.350.520.8818.7534.789.02
Hex1F14F023345813239
Octal37241704364130234311
Binary1111110100111101000111101001011000100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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