Shades of Brown Pod #301C17
Tints of Brown Pod #301C17
RGB
CMYK
RGB Variations
Color information
#301C17 (or 0x301C17) is known color: Brown Pod. HEX triplet: 30, 1C and 17. RGB value is (48,28,23). Sum of RGB (Red+Green+Blue) = 48+28+23=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C17 is #CFE3E8. Grayscale: #212121. Windows color (decimal): -13624297 or 1514544. OLE color: 1514544.
HSL color Cylindrical-coordinate representation of color #301C17: hue angle of 12º 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 #301C17 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 23 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.81 |
| HSL | 12º | 0.35% | 0.14% | - |
| HSV(B) | 12º | 0.52% | 0.19% | - |
| XYZ | 1.79 | 1.52 | 1.01 | - |
| YUV | 33.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 23 | 0 | 0.42 | 0.52 | 0.81 | 12 | 0.35 | 0.14 |
| Hex | 30 | 1C | 17 | 0 | 2A | 34 | 51 | C | 23 | E |
| Octal | 60 | 34 | 27 | 0 | 52 | 64 | 121 | 14 | 43 | 16 |
| Binary | 110000 | 11100 | 10111 | 0 | 101010 | 110100 | 1010001 | 1100 | 100011 | 1110 |
Color Harmonies of #301C17
Complementary color
Monochromatic Colors of #301C17
Black with #301C17
Text Example
Text Example
White with #301C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C17; }
p { color: rgb(48,28,23); }
H1.HeaderClassName
{
color: #301C17;
}
.AnyTagClassName
{
color: #301C17;
}
</style>
background-color css
<style>
a { background-color: #301C17; }
a { background-color: rgb(48,28,23); }
div.DivClassName
{
background-color: #301C17;
}
.BgClassName
{
background-color: #301C17;
}
</style>
border-color css
<style>
span { border-color: #301C17; }
span { border-color: rgb(48,28,23); }
td.TdClassName
{
border-color: #301C17;
}
.TagClassName
{
border-color: #301C17;
}
</style>