Shades of Seal Brown #300D0D
Tints of Seal Brown #300D0D
RGB
CMYK
RGB Variations
Color information
#300D0D (or 0x300D0D) is known color: Seal Brown. HEX triplet: 30, 0D and 0D. RGB value is (48,13,13). Sum of RGB (Red+Green+Blue) = 48+13+13=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #300D0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300D0D is #CFF2F2. Grayscale: #171717. Windows color (decimal): -13628147 or 855344. OLE color: 855344.
HSL color Cylindrical-coordinate representation of color #300D0D: hue angle of 0º 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 #300D0D is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 13 | 13 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.81 |
| HSL | 0º | 0.57% | 0.12% | - |
| HSV(B) | 0º | 0.73% | 0.19% | - |
| XYZ | 1.44 | 0.95 | 0.49 | - |
| YUV | 23.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 13 | 13 | 0 | 0.73 | 0.73 | 0.81 | 0 | 0.57 | 0.12 |
| Hex | 30 | D | D | 0 | 49 | 49 | 51 | 0 | 39 | C |
| Octal | 60 | 15 | 15 | 0 | 111 | 111 | 121 | 0 | 71 | 14 |
| Binary | 110000 | 1101 | 1101 | 0 | 1001001 | 1001001 | 1010001 | 0 | 111001 | 1100 |
Color Harmonies of #300D0D
Complementary color
Monochromatic Colors of #300D0D
Black with #300D0D
Text Example
Text Example
White with #300D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300D0D; }
p { color: rgb(48,13,13); }
H1.HeaderClassName
{
color: #300D0D;
}
.AnyTagClassName
{
color: #300D0D;
}
</style>
background-color css
<style>
a { background-color: #300D0D; }
a { background-color: rgb(48,13,13); }
div.DivClassName
{
background-color: #300D0D;
}
.BgClassName
{
background-color: #300D0D;
}
</style>
border-color css
<style>
span { border-color: #300D0D; }
span { border-color: rgb(48,13,13); }
td.TdClassName
{
border-color: #300D0D;
}
.TagClassName
{
border-color: #300D0D;
}
</style>