#1F120A

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

Shades of Wood Bark #1F120A

Tints of Wood Bark #1F120A

Color information

#1F120A (or 0x1F120A) is unknown color: approx Wood Bark. HEX triplet: 1F, 12 and 0A. RGB value is (31,18,10). Sum of RGB (Red+Green+Blue) = 31+18+10=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F120A is #E0EDF5. Grayscale: #151515. Windows color (decimal): -14740982 or 659999. OLE color: 659999.

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

Color convert

RGB311810-
CMYK00.420.680.88
HSL22.86º51.22%8.04%-
HSV(B)22.86º67.74%12.16%-
XYZ0.840.750.39-
YUV20.98121.81135.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 52.54%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 10 (4.30% from 255) = 16.95%
R=52.54%
G=30.51%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31181000.420.680.8822.8651.228.04
Hex1F12A02A445817338
Octal372212052104130276310
Binary11111100101010010101010001001011000101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,18,10); }

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

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

 a { background-color: rgb(31,18,10); }

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

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

 span { border-color: rgb(31,18,10); }

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