#301F17

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

Shades of Wood Bark #301F17

Tints of Wood Bark #301F17

Color information

#301F17 (or 0x301F17) is unknown color: approx Wood Bark. HEX triplet: 30, 1F and 17. RGB value is (48,31,23). Sum of RGB (Red+Green+Blue) = 48+31+23=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #301F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F17 is #CFE0E8. Grayscale: #232323. Windows color (decimal): -13623529 or 1515312. OLE color: 1515312.

HSL color Cylindrical-coordinate representation of color #301F17: hue angle of 19.2º 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 #301F17 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB483123-
CMYK00.350.520.81
HSL19.2º35.21%13.92%-
HSV(B)19.2º52.08%18.82%-
XYZ1.861.671.03-
YUV35.17121.13137.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 47.06%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=47.06%
G=30.39%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48312300.350.520.8119.235.2113.92
Hex301F1702334511323e
Octal60372704364121234316
Binary110000111111011101000111101001010001100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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