#301D14

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

Shades of Wood Bark #301D14

Tints of Wood Bark #301D14

Color information

#301D14 (or 0x301D14) is unknown color: approx Wood Bark. HEX triplet: 30, 1D and 14. RGB value is (48,29,20). Sum of RGB (Red+Green+Blue) = 48+29+20=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D14 is #CFE2EB. Grayscale: #212121. Windows color (decimal): -13624044 or 1318192. OLE color: 1318192.

HSL color Cylindrical-coordinate representation of color #301D14: hue angle of 19.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #301D14 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB482920-
CMYK00.400.580.81
HSL19.29º41.18%13.33%-
HSV(B)19.29º58.33%18.82%-
XYZ1.781.560.87-
YUV33.66120.29138.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 49.48%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=49.48%
G=29.90%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48292000.400.580.8119.2941.1813.33
Hex301D140283A511329d
Octal60352405072121235115
Binary110000111011010001010001110101010001100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,20); }

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

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

 a { background-color: rgb(48,29,20); }

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

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

 span { border-color: rgb(48,29,20); }

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