Shades of Seal Brown #301C19
Tints of Seal Brown #301C19
RGB
CMYK
RGB Variations
Color information
#301C19 (or 0x301C19) is known color: Seal Brown. HEX triplet: 30, 1C and 19. RGB value is (48,28,25). Sum of RGB (Red+Green+Blue) = 48+28+25=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #301C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C19 is #CFE3E6. Grayscale: #212121. Windows color (decimal): -13624295 or 1645616. OLE color: 1645616.
HSL color Cylindrical-coordinate representation of color #301C19: hue angle of 7.83º 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 #301C19 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 25 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.81 |
| HSL | 7.83º | 0.32% | 0.14% | - |
| HSV(B) | 7.83º | 0.48% | 0.19% | - |
| XYZ | 1.81 | 1.53 | 1.12 | - |
| YUV | 33.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 25 | 0 | 0.42 | 0.48 | 0.81 | 7.83 | 0.32 | 0.14 |
| Hex | 30 | 1C | 19 | 0 | 2A | 30 | 51 | 8 | 20 | E |
| Octal | 60 | 34 | 31 | 0 | 52 | 60 | 121 | 10 | 40 | 16 |
| Binary | 110000 | 11100 | 11001 | 0 | 101010 | 110000 | 1010001 | 1000 | 100000 | 1110 |
Color Harmonies of #301C19
Complementary color
Monochromatic Colors of #301C19
Black with #301C19
Text Example
Text Example
White with #301C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C19; }
p { color: rgb(48,28,25); }
H1.HeaderClassName
{
color: #301C19;
}
.AnyTagClassName
{
color: #301C19;
}
</style>
background-color css
<style>
a { background-color: #301C19; }
a { background-color: rgb(48,28,25); }
div.DivClassName
{
background-color: #301C19;
}
.BgClassName
{
background-color: #301C19;
}
</style>
border-color css
<style>
span { border-color: #301C19; }
span { border-color: rgb(48,28,25); }
td.TdClassName
{
border-color: #301C19;
}
.TagClassName
{
border-color: #301C19;
}
</style>