Shades of Seal Brown #301A19
Tints of Seal Brown #301A19
RGB
CMYK
RGB Variations
Color information
#301A19 (or 0x301A19) is known color: Seal Brown. HEX triplet: 30, 1A and 19. RGB value is (48,26,25). Sum of RGB (Red+Green+Blue) = 48+26+25=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A19 is #CFE5E6. Grayscale: #202020. Windows color (decimal): -13624807 or 1645104. OLE color: 1645104.
HSL color Cylindrical-coordinate representation of color #301A19: hue angle of 2.61º 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 #301A19 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 25 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.81 |
| HSL | 2.61º | 0.32% | 0.14% | - |
| HSV(B) | 2.61º | 0.48% | 0.19% | - |
| XYZ | 1.76 | 1.44 | 1.1 | - |
| YUV | 32.46 | 123.79 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 25 | 0 | 0.46 | 0.48 | 0.81 | 2.61 | 0.32 | 0.14 |
| Hex | 30 | 1A | 19 | 0 | 2E | 30 | 51 | 3 | 20 | E |
| Octal | 60 | 32 | 31 | 0 | 56 | 60 | 121 | 3 | 40 | 16 |
| Binary | 110000 | 11010 | 11001 | 0 | 101110 | 110000 | 1010001 | 11 | 100000 | 1110 |
Color Harmonies of #301A19
Complementary color
Monochromatic Colors of #301A19
Black with #301A19
Text Example
Text Example
White with #301A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A19; }
p { color: rgb(48,26,25); }
H1.HeaderClassName
{
color: #301A19;
}
.AnyTagClassName
{
color: #301A19;
}
</style>
background-color css
<style>
a { background-color: #301A19; }
a { background-color: rgb(48,26,25); }
div.DivClassName
{
background-color: #301A19;
}
.BgClassName
{
background-color: #301A19;
}
</style>
border-color css
<style>
span { border-color: #301A19; }
span { border-color: rgb(48,26,25); }
td.TdClassName
{
border-color: #301A19;
}
.TagClassName
{
border-color: #301A19;
}
</style>