Shades of Seal Brown #300E0D
Tints of Seal Brown #300E0D
RGB
CMYK
RGB Variations
Color information
#300E0D (or 0x300E0D) is known color: Seal Brown. HEX triplet: 30, 0E and 0D. RGB value is (48,14,13). Sum of RGB (Red+Green+Blue) = 48+14+13=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #300E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E0D is #CFF1F2. Grayscale: #181818. Windows color (decimal): -13627891 or 855600. OLE color: 855600.
HSL color Cylindrical-coordinate representation of color #300E0D: hue angle of 1.71º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #300E0D is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 14 | 13 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.81 |
| HSL | 1.71º | 0.57% | 0.12% | - |
| HSV(B) | 1.71º | 0.73% | 0.19% | - |
| XYZ | 1.45 | 0.97 | 0.49 | - |
| YUV | 24.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 14 | 13 | 0 | 0.71 | 0.73 | 0.81 | 1.71 | 0.57 | 0.12 |
| Hex | 30 | E | D | 0 | 47 | 49 | 51 | 2 | 39 | C |
| Octal | 60 | 16 | 15 | 0 | 107 | 111 | 121 | 2 | 71 | 14 |
| Binary | 110000 | 1110 | 1101 | 0 | 1000111 | 1001001 | 1010001 | 10 | 111001 | 1100 |
Color Harmonies of #300E0D
Complementary color
Monochromatic Colors of #300E0D
Black with #300E0D
Text Example
Text Example
White with #300E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300E0D; }
p { color: rgb(48,14,13); }
H1.HeaderClassName
{
color: #300E0D;
}
.AnyTagClassName
{
color: #300E0D;
}
</style>
background-color css
<style>
a { background-color: #300E0D; }
a { background-color: rgb(48,14,13); }
div.DivClassName
{
background-color: #300E0D;
}
.BgClassName
{
background-color: #300E0D;
}
</style>
border-color css
<style>
span { border-color: #300E0D; }
span { border-color: rgb(48,14,13); }
td.TdClassName
{
border-color: #300E0D;
}
.TagClassName
{
border-color: #300E0D;
}
</style>