Shades of Seal Brown #30100E
Tints of Seal Brown #30100E
RGB
CMYK
RGB Variations
Color information
#30100E (or 0x30100E) is known color: Seal Brown. HEX triplet: 30, 10 and 0E. RGB value is (48,16,14). Sum of RGB (Red+Green+Blue) = 48+16+14=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #30100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30100E is #CFEFF1. Grayscale: #191919. Windows color (decimal): -13627378 or 921648. OLE color: 921648.
HSL color Cylindrical-coordinate representation of color #30100E: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30100E is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 16 | 14 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.81 |
| HSL | 3.53º | 0.55% | 0.12% | - |
| HSV(B) | 3.53º | 0.71% | 0.19% | - |
| XYZ | 1.48 | 1.03 | 0.54 | - |
| YUV | 25.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 14 | 0 | 0.67 | 0.71 | 0.81 | 3.53 | 0.55 | 0.12 |
| Hex | 30 | 10 | E | 0 | 43 | 47 | 51 | 4 | 37 | C |
| Octal | 60 | 20 | 16 | 0 | 103 | 107 | 121 | 4 | 67 | 14 |
| Binary | 110000 | 10000 | 1110 | 0 | 1000011 | 1000111 | 1010001 | 100 | 110111 | 1100 |
Color Harmonies of #30100E
Complementary color
Monochromatic Colors of #30100E
Black with #30100E
Text Example
Text Example
White with #30100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30100E; }
p { color: rgb(48,16,14); }
H1.HeaderClassName
{
color: #30100E;
}
.AnyTagClassName
{
color: #30100E;
}
</style>
background-color css
<style>
a { background-color: #30100E; }
a { background-color: rgb(48,16,14); }
div.DivClassName
{
background-color: #30100E;
}
.BgClassName
{
background-color: #30100E;
}
</style>
border-color css
<style>
span { border-color: #30100E; }
span { border-color: rgb(48,16,14); }
td.TdClassName
{
border-color: #30100E;
}
.TagClassName
{
border-color: #30100E;
}
</style>