#301F18

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

Shades of Wood Bark #301F18

Tints of Wood Bark #301F18

Color information

#301F18 (or 0x301F18) is unknown color: approx Wood Bark. HEX triplet: 30, 1F and 18. RGB value is (48,31,24). Sum of RGB (Red+Green+Blue) = 48+31+24=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #301F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F18 is #CFE0E7. Grayscale: #232323. Windows color (decimal): -13623528 or 1580848. OLE color: 1580848.

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

Color convert

RGB483124-
CMYK00.350.50.81
HSL17.5º33.33%14.12%-
HSV(B)17.5º50%18.82%-
XYZ1.871.671.09-
YUV35.28121.63137.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 24 (9.77% from 255) = 23.30%
R=46.60%
G=30.10%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48312400.350.50.8117.533.3314.12
Hex301F1802332511221e
Octal60373004362121224116
Binary110000111111100001000111100101010001100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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