Shades of Seal Brown #300D03
Tints of Seal Brown #300D03
RGB
CMYK
RGB Variations
Color information
#300D03 (or 0x300D03) is known color: Seal Brown. HEX triplet: 30, 0D and 03. RGB value is (48,13,3). Sum of RGB (Red+Green+Blue) = 48+13+3=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 3 (1.56% from 255 or 4.69% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D03 is #CFF2FC. Grayscale: #161616. Windows color (decimal): -13628157 or 199984. OLE color: 199984.
HSL color Cylindrical-coordinate representation of color #300D03: hue angle of 13.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300D03 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 3 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.81 |
| HSL | 13.33º | 0.88% | 0.1% | - |
| HSV(B) | 13.33º | 0.94% | 0.19% | - |
| XYZ | 1.38 | 0.92 | 0.19 | - |
| YUV | 22.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 3 | 0 | 0.73 | 0.94 | 0.81 | 13.33 | 0.88 | 0.1 |
| Hex | 30 | D | 3 | 0 | 49 | 5E | 51 | D | 58 | A |
| Octal | 60 | 15 | 3 | 0 | 111 | 136 | 121 | 15 | 130 | 12 |
| Binary | 110000 | 1101 | 11 | 0 | 1001001 | 1011110 | 1010001 | 1101 | 1011000 | 1010 |
Color Harmonies of #300D03
Complementary color
Monochromatic Colors of #300D03
Black with #300D03
Text Example
Text Example
White with #300D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D03; }
p { color: rgb(48,13,3); }
H1.HeaderClassName
{
color: #300D03;
}
.AnyTagClassName
{
color: #300D03;
}
</style>
background-color css
<style>
a { background-color: #300D03; }
a { background-color: rgb(48,13,3); }
div.DivClassName
{
background-color: #300D03;
}
.BgClassName
{
background-color: #300D03;
}
</style>
border-color css
<style>
span { border-color: #300D03; }
span { border-color: rgb(48,13,3); }
td.TdClassName
{
border-color: #300D03;
}
.TagClassName
{
border-color: #300D03;
}
</style>