#1F140C

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

Shades of Wood Bark #1F140C

Tints of Wood Bark #1F140C

Color information

#1F140C (or 0x1F140C) is unknown color: approx Wood Bark. HEX triplet: 1F, 14 and 0C. RGB value is (31,20,12). Sum of RGB (Red+Green+Blue) = 31+20+12=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F140C is #E0EBF3. Grayscale: #161616. Windows color (decimal): -14740468 or 791583. OLE color: 791583.

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

Color convert

RGB312012-
CMYK00.350.610.88
HSL25.26º44.19%8.43%-
HSV(B)25.26º61.29%12.16%-
XYZ0.880.820.46-
YUV22.38122.14134.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 12 (5.08% from 255) = 19.05%
R=49.21%
G=31.75%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31201200.350.610.8825.2644.198.43
Hex1F14C0233D58192c8
Octal37241404375130315410
Binary1111110100110001000111111011011000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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