Shades of Seal Brown #301A15
Tints of Seal Brown #301A15
RGB
CMYK
RGB Variations
Color information
#301A15 (or 0x301A15) is known color: Seal Brown. HEX triplet: 30, 1A and 15. RGB value is (48,26,21). Sum of RGB (Red+Green+Blue) = 48+26+21=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A15 is #CFE5EA. Grayscale: #202020. Windows color (decimal): -13624811 or 1382960. OLE color: 1382960.
HSL color Cylindrical-coordinate representation of color #301A15: hue angle of 11.11º 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 #301A15 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 21 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.81 |
| HSL | 11.11º | 0.39% | 0.14% | - |
| HSV(B) | 11.11º | 0.56% | 0.19% | - |
| XYZ | 1.72 | 1.42 | 0.89 | - |
| YUV | 32.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 21 | 0 | 0.46 | 0.56 | 0.81 | 11.11 | 0.39 | 0.14 |
| Hex | 30 | 1A | 15 | 0 | 2E | 38 | 51 | B | 27 | E |
| Octal | 60 | 32 | 25 | 0 | 56 | 70 | 121 | 13 | 47 | 16 |
| Binary | 110000 | 11010 | 10101 | 0 | 101110 | 111000 | 1010001 | 1011 | 100111 | 1110 |
Color Harmonies of #301A15
Complementary color
Monochromatic Colors of #301A15
Black with #301A15
Text Example
Text Example
White with #301A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A15; }
p { color: rgb(48,26,21); }
H1.HeaderClassName
{
color: #301A15;
}
.AnyTagClassName
{
color: #301A15;
}
</style>
background-color css
<style>
a { background-color: #301A15; }
a { background-color: rgb(48,26,21); }
div.DivClassName
{
background-color: #301A15;
}
.BgClassName
{
background-color: #301A15;
}
</style>
border-color css
<style>
span { border-color: #301A15; }
span { border-color: rgb(48,26,21); }
td.TdClassName
{
border-color: #301A15;
}
.TagClassName
{
border-color: #301A15;
}
</style>