Shades of Seal Brown #301915
Tints of Seal Brown #301915
RGB
CMYK
RGB Variations
Color information
#301915 (or 0x301915) is known color: Seal Brown. HEX triplet: 30, 19 and 15. RGB value is (48,25,21). Sum of RGB (Red+Green+Blue) = 48+25+21=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301915 is #CFE6EA. Grayscale: #1F1F1F. Windows color (decimal): -13625067 or 1382704. OLE color: 1382704.
HSL color Cylindrical-coordinate representation of color #301915: hue angle of 8.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301915 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 21 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.81 |
| HSL | 8.89º | 0.39% | 0.14% | - |
| HSV(B) | 8.89º | 0.56% | 0.19% | - |
| XYZ | 1.7 | 1.38 | 0.89 | - |
| YUV | 31.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 21 | 0 | 0.48 | 0.56 | 0.81 | 8.89 | 0.39 | 0.14 |
| Hex | 30 | 19 | 15 | 0 | 30 | 38 | 51 | 9 | 27 | E |
| Octal | 60 | 31 | 25 | 0 | 60 | 70 | 121 | 11 | 47 | 16 |
| Binary | 110000 | 11001 | 10101 | 0 | 110000 | 111000 | 1010001 | 1001 | 100111 | 1110 |
Color Harmonies of #301915
Complementary color
Monochromatic Colors of #301915
Black with #301915
Text Example
Text Example
White with #301915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301915; }
p { color: rgb(48,25,21); }
H1.HeaderClassName
{
color: #301915;
}
.AnyTagClassName
{
color: #301915;
}
</style>
background-color css
<style>
a { background-color: #301915; }
a { background-color: rgb(48,25,21); }
div.DivClassName
{
background-color: #301915;
}
.BgClassName
{
background-color: #301915;
}
</style>
border-color css
<style>
span { border-color: #301915; }
span { border-color: rgb(48,25,21); }
td.TdClassName
{
border-color: #301915;
}
.TagClassName
{
border-color: #301915;
}
</style>