Shades of Seal Brown #300B09
Tints of Seal Brown #300B09
RGB
CMYK
RGB Variations
Color information
#300B09 (or 0x300B09) is known color: Seal Brown. HEX triplet: 30, 0B and 09. RGB value is (48,11,9). Sum of RGB (Red+Green+Blue) = 48+11+9=68 (9% of max value = 765). Red value is 48 (19.14% from 255 or 70.59% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 48 - color contains mainly: red. Hex color #300B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B09 is #CFF4F6. Grayscale: #151515. Windows color (decimal): -13628663 or 592688. OLE color: 592688.
HSL color Cylindrical-coordinate representation of color #300B09: hue angle of 3.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #300B09 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 9 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.81 |
| HSL | 3.08º | 0.68% | 0.11% | - |
| HSV(B) | 3.08º | 0.81% | 0.19% | - |
| XYZ | 1.39 | 0.89 | 0.36 | - |
| YUV | 21.84 | 120.76 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 9 | 0 | 0.77 | 0.81 | 0.81 | 3.08 | 0.68 | 0.11 |
| Hex | 30 | B | 9 | 0 | 4D | 51 | 51 | 3 | 44 | B |
| Octal | 60 | 13 | 11 | 0 | 115 | 121 | 121 | 3 | 104 | 13 |
| Binary | 110000 | 1011 | 1001 | 0 | 1001101 | 1010001 | 1010001 | 11 | 1000100 | 1011 |
Color Harmonies of #300B09
Complementary color
Monochromatic Colors of #300B09
Black with #300B09
Text Example
Text Example
White with #300B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B09; }
p { color: rgb(48,11,9); }
H1.HeaderClassName
{
color: #300B09;
}
.AnyTagClassName
{
color: #300B09;
}
</style>
background-color css
<style>
a { background-color: #300B09; }
a { background-color: rgb(48,11,9); }
div.DivClassName
{
background-color: #300B09;
}
.BgClassName
{
background-color: #300B09;
}
</style>
border-color css
<style>
span { border-color: #300B09; }
span { border-color: rgb(48,11,9); }
td.TdClassName
{
border-color: #300B09;
}
.TagClassName
{
border-color: #300B09;
}
</style>