Shades of Seal Brown #300B04
Tints of Seal Brown #300B04
RGB
CMYK
RGB Variations
Color information
#300B04 (or 0x300B04) is known color: Seal Brown. HEX triplet: 30, 0B and 04. RGB value is (48,11,4). Sum of RGB (Red+Green+Blue) = 48+11+4=63 (8% of max value = 765). Red value is 48 (19.14% from 255 or 76.19% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 48 - color contains mainly: red. Hex color #300B04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B04 is #CFF4FB. Grayscale: #151515. Windows color (decimal): -13628668 or 265008. OLE color: 265008.
HSL color Cylindrical-coordinate representation of color #300B04: hue angle of 9.55º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #300B04 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 4 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.81 |
| HSL | 9.55º | 0.85% | 0.1% | - |
| HSV(B) | 9.55º | 0.92% | 0.19% | - |
| XYZ | 1.36 | 0.88 | 0.21 | - |
| YUV | 21.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 4 | 0 | 0.77 | 0.92 | 0.81 | 9.55 | 0.85 | 0.1 |
| Hex | 30 | B | 4 | 0 | 4D | 5C | 51 | A | 55 | A |
| Octal | 60 | 13 | 4 | 0 | 115 | 134 | 121 | 12 | 125 | 12 |
| Binary | 110000 | 1011 | 100 | 0 | 1001101 | 1011100 | 1010001 | 1010 | 1010101 | 1010 |
Color Harmonies of #300B04
Complementary color
Monochromatic Colors of #300B04
Black with #300B04
Text Example
Text Example
White with #300B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B04; }
p { color: rgb(48,11,4); }
H1.HeaderClassName
{
color: #300B04;
}
.AnyTagClassName
{
color: #300B04;
}
</style>
background-color css
<style>
a { background-color: #300B04; }
a { background-color: rgb(48,11,4); }
div.DivClassName
{
background-color: #300B04;
}
.BgClassName
{
background-color: #300B04;
}
</style>
border-color css
<style>
span { border-color: #300B04; }
span { border-color: rgb(48,11,4); }
td.TdClassName
{
border-color: #300B04;
}
.TagClassName
{
border-color: #300B04;
}
</style>