#301F16

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

Shades of Wood Bark #301F16

Tints of Wood Bark #301F16

Color information

#301F16 (or 0x301F16) is unknown color: approx Wood Bark. HEX triplet: 30, 1F and 16. RGB value is (48,31,22). Sum of RGB (Red+Green+Blue) = 48+31+22=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F16 is #CFE0E9. Grayscale: #232323. Windows color (decimal): -13623530 or 1449776. OLE color: 1449776.

HSL color Cylindrical-coordinate representation of color #301F16: hue angle of 20.77º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301F16 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.81.

Color convert

RGB483122-
CMYK00.350.540.81
HSL20.77º37.14%13.73%-
HSV(B)20.77º54.17%18.82%-
XYZ1.851.670.98-
YUV35.06120.63137.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=47.52%
G=30.69%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48312200.350.540.8120.7737.1413.73
Hex301F1602336511525e
Octal60372604366121254516
Binary110000111111011001000111101101010001101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F16; }

 p { color: rgb(48,31,22); }

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

<style>
 a { background-color: #301F16; }

 a { background-color: rgb(48,31,22); }

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

<style>
 span { border-color: #301F16; }

 span { border-color: rgb(48,31,22); }

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