Shades of Seal Brown #300B0A
Tints of Seal Brown #300B0A
RGB
CMYK
RGB Variations
Color information
#300B0A (or 0x300B0A) is known color: Seal Brown. HEX triplet: 30, 0B and 0A. RGB value is (48,11,10). Sum of RGB (Red+Green+Blue) = 48+11+10=69 (9% of max value = 765). Red value is 48 (19.14% from 255 or 69.57% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0A is #CFF4F5. Grayscale: #151515. Windows color (decimal): -13628662 or 658224. OLE color: 658224.
HSL color Cylindrical-coordinate representation of color #300B0A: hue angle of 1.58º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300B0A is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 10 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.81 |
| HSL | 1.58º | 0.66% | 0.11% | - |
| HSV(B) | 1.58º | 0.79% | 0.19% | - |
| XYZ | 1.39 | 0.89 | 0.39 | - |
| YUV | 21.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 10 | 0 | 0.77 | 0.79 | 0.81 | 1.58 | 0.66 | 0.11 |
| Hex | 30 | B | A | 0 | 4D | 4F | 51 | 2 | 42 | B |
| Octal | 60 | 13 | 12 | 0 | 115 | 117 | 121 | 2 | 102 | 13 |
| Binary | 110000 | 1011 | 1010 | 0 | 1001101 | 1001111 | 1010001 | 10 | 1000010 | 1011 |
Color Harmonies of #300B0A
Complementary color
Monochromatic Colors of #300B0A
Black with #300B0A
Text Example
Text Example
White with #300B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B0A; }
p { color: rgb(48,11,10); }
H1.HeaderClassName
{
color: #300B0A;
}
.AnyTagClassName
{
color: #300B0A;
}
</style>
background-color css
<style>
a { background-color: #300B0A; }
a { background-color: rgb(48,11,10); }
div.DivClassName
{
background-color: #300B0A;
}
.BgClassName
{
background-color: #300B0A;
}
</style>
border-color css
<style>
span { border-color: #300B0A; }
span { border-color: rgb(48,11,10); }
td.TdClassName
{
border-color: #300B0A;
}
.TagClassName
{
border-color: #300B0A;
}
</style>