Shades of Seal Brown #301919
Tints of Seal Brown #301919
RGB
CMYK
RGB Variations
Color information
#301919 (or 0x301919) is known color: Seal Brown. HEX triplet: 30, 19 and 19. RGB value is (48,25,25). Sum of RGB (Red+Green+Blue) = 48+25+25=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301919 is #CFE6E6. Grayscale: #1F1F1F. Windows color (decimal): -13625063 or 1644848. OLE color: 1644848.
HSL color Cylindrical-coordinate representation of color #301919: hue angle of 0º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #301919 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 25 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.81 |
| HSL | 0º | 0.32% | 0.14% | - |
| HSV(B) | 0º | 0.48% | 0.19% | - |
| XYZ | 1.74 | 1.39 | 1.1 | - |
| YUV | 31.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 25 | 0 | 0.48 | 0.48 | 0.81 | 0 | 0.32 | 0.14 |
| Hex | 30 | 19 | 19 | 0 | 30 | 30 | 51 | 0 | 20 | E |
| Octal | 60 | 31 | 31 | 0 | 60 | 60 | 121 | 0 | 40 | 16 |
| Binary | 110000 | 11001 | 11001 | 0 | 110000 | 110000 | 1010001 | 0 | 100000 | 1110 |
Color Harmonies of #301919
Complementary color
Monochromatic Colors of #301919
Black with #301919
Text Example
Text Example
White with #301919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301919; }
p { color: rgb(48,25,25); }
H1.HeaderClassName
{
color: #301919;
}
.AnyTagClassName
{
color: #301919;
}
</style>
background-color css
<style>
a { background-color: #301919; }
a { background-color: rgb(48,25,25); }
div.DivClassName
{
background-color: #301919;
}
.BgClassName
{
background-color: #301919;
}
</style>
border-color css
<style>
span { border-color: #301919; }
span { border-color: rgb(48,25,25); }
td.TdClassName
{
border-color: #301919;
}
.TagClassName
{
border-color: #301919;
}
</style>