Shades of Seal Brown #300B0B
Tints of Seal Brown #300B0B
RGB
CMYK
RGB Variations
Color information
#300B0B (or 0x300B0B) is known color: Seal Brown. HEX triplet: 30, 0B and 0B. RGB value is (48,11,11). Sum of RGB (Red+Green+Blue) = 48+11+11=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300B0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300B0B is #CFF4F4. Grayscale: #161616. Windows color (decimal): -13628661 or 723760. OLE color: 723760.
HSL color Cylindrical-coordinate representation of color #300B0B: hue angle of 0º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B0B is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 11 | 11 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.81 |
| HSL | 0º | 0.63% | 0.12% | - |
| HSV(B) | 0º | 0.77% | 0.19% | - |
| XYZ | 1.4 | 0.89 | 0.42 | - |
| YUV | 22.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 11 | 11 | 0 | 0.77 | 0.77 | 0.81 | 0 | 0.63 | 0.12 |
| Hex | 30 | B | B | 0 | 4D | 4D | 51 | 0 | 3F | C |
| Octal | 60 | 13 | 13 | 0 | 115 | 115 | 121 | 0 | 77 | 14 |
| Binary | 110000 | 1011 | 1011 | 0 | 1001101 | 1001101 | 1010001 | 0 | 111111 | 1100 |
Color Harmonies of #300B0B
Complementary color
Monochromatic Colors of #300B0B
Black with #300B0B
Text Example
Text Example
White with #300B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300B0B; }
p { color: rgb(48,11,11); }
H1.HeaderClassName
{
color: #300B0B;
}
.AnyTagClassName
{
color: #300B0B;
}
</style>
background-color css
<style>
a { background-color: #300B0B; }
a { background-color: rgb(48,11,11); }
div.DivClassName
{
background-color: #300B0B;
}
.BgClassName
{
background-color: #300B0B;
}
</style>
border-color css
<style>
span { border-color: #300B0B; }
span { border-color: rgb(48,11,11); }
td.TdClassName
{
border-color: #300B0B;
}
.TagClassName
{
border-color: #300B0B;
}
</style>