Shades of Seal Brown #300B07
Tints of Seal Brown #300B07
RGB
CMYK
RGB Variations
Color information
#300B07 (or 0x300B07) is known color: Seal Brown. HEX triplet: 30, 0B and 07. RGB value is (48,11,7). Sum of RGB (Red+Green+Blue) = 48+11+7=66 (8% of max value = 765). Red value is 48 (19.14% from 255 or 72.73% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 48 - color contains mainly: red. Hex color #300B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B07 is #CFF4F8. Grayscale: #151515. Windows color (decimal): -13628665 or 461616. OLE color: 461616.
HSL color Cylindrical-coordinate representation of color #300B07: hue angle of 5.85º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300B07 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 7 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.81 |
| HSL | 5.85º | 0.75% | 0.11% | - |
| HSV(B) | 5.85º | 0.85% | 0.19% | - |
| XYZ | 1.38 | 0.88 | 0.3 | - |
| YUV | 21.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 7 | 0 | 0.77 | 0.85 | 0.81 | 5.85 | 0.75 | 0.11 |
| Hex | 30 | B | 7 | 0 | 4D | 55 | 51 | 6 | 4B | B |
| Octal | 60 | 13 | 7 | 0 | 115 | 125 | 121 | 6 | 113 | 13 |
| Binary | 110000 | 1011 | 111 | 0 | 1001101 | 1010101 | 1010001 | 110 | 1001011 | 1011 |
Color Harmonies of #300B07
Complementary color
Monochromatic Colors of #300B07
Black with #300B07
Text Example
Text Example
White with #300B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B07; }
p { color: rgb(48,11,7); }
H1.HeaderClassName
{
color: #300B07;
}
.AnyTagClassName
{
color: #300B07;
}
</style>
background-color css
<style>
a { background-color: #300B07; }
a { background-color: rgb(48,11,7); }
div.DivClassName
{
background-color: #300B07;
}
.BgClassName
{
background-color: #300B07;
}
</style>
border-color css
<style>
span { border-color: #300B07; }
span { border-color: rgb(48,11,7); }
td.TdClassName
{
border-color: #300B07;
}
.TagClassName
{
border-color: #300B07;
}
</style>