#301E17

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

Shades of Wood Bark #301E17

Tints of Wood Bark #301E17

Color information

#301E17 (or 0x301E17) is unknown color: approx Wood Bark. HEX triplet: 30, 1E and 17. RGB value is (48,30,23). Sum of RGB (Red+Green+Blue) = 48+30+23=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E17 is #CFE1E8. Grayscale: #222222. Windows color (decimal): -13623785 or 1515056. OLE color: 1515056.

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

Color convert

RGB483023-
CMYK00.370.520.81
HSL16.8º35.21%13.92%-
HSV(B)16.8º52.08%18.82%-
XYZ1.841.621.03-
YUV34.58121.46137.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.52%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=47.52%
G=29.70%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48302300.370.520.8116.835.2113.92
Hex301E1702534511123e
Octal60362704564121214316
Binary110000111101011101001011101001010001100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,23); }

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

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

 a { background-color: rgb(48,30,23); }

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

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

 span { border-color: rgb(48,30,23); }

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