Shades of Wood Bark #301F17
Tints of Wood Bark #301F17
RGB
CMYK
RGB Variations
Color information
#301F17 (or 0x301F17) is known color: 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
| RGB | 48 | 31 | 23 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.81 |
| HSL | 19.2º | 0.35% | 0.14% | - |
| HSV(B) | 19.2º | 0.52% | 0.19% | - |
| XYZ | 1.86 | 1.67 | 1.03 | - |
| YUV | 35.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 23 | 0 | 0.35 | 0.52 | 0.81 | 19.2 | 0.35 | 0.14 |
| Hex | 30 | 1F | 17 | 0 | 23 | 34 | 51 | 13 | 23 | E |
| Octal | 60 | 37 | 27 | 0 | 43 | 64 | 121 | 23 | 43 | 16 |
| Binary | 110000 | 11111 | 10111 | 0 | 100011 | 110100 | 1010001 | 10011 | 100011 | 1110 |
Color Harmonies of #301F17
Complementary color
Monochromatic Colors of #301F17
Black with #301F17
Text Example
Text Example
White with #301F17
Text Example
Text Example
HTML Codes & Css Web 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>