Shades of Seal Brown #301918
Tints of Seal Brown #301918
RGB
CMYK
RGB Variations
Color information
#301918 (or 0x301918) is known color: Seal Brown. HEX triplet: 30, 19 and 18. RGB value is (48,25,24). Sum of RGB (Red+Green+Blue) = 48+25+24=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301918 is #CFE6E7. Grayscale: #1F1F1F. Windows color (decimal): -13625064 or 1579312. OLE color: 1579312.
HSL color Cylindrical-coordinate representation of color #301918: hue angle of 2.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #301918 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 24 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.81 |
| HSL | 2.5º | 0.33% | 0.14% | - |
| HSV(B) | 2.5º | 0.5% | 0.19% | - |
| XYZ | 1.73 | 1.39 | 1.04 | - |
| YUV | 31.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 24 | 0 | 0.48 | 0.5 | 0.81 | 2.5 | 0.33 | 0.14 |
| Hex | 30 | 19 | 18 | 0 | 30 | 32 | 51 | 2 | 21 | E |
| Octal | 60 | 31 | 30 | 0 | 60 | 62 | 121 | 2 | 41 | 16 |
| Binary | 110000 | 11001 | 11000 | 0 | 110000 | 110010 | 1010001 | 10 | 100001 | 1110 |
Color Harmonies of #301918
Complementary color
Monochromatic Colors of #301918
Black with #301918
Text Example
Text Example
White with #301918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301918; }
p { color: rgb(48,25,24); }
H1.HeaderClassName
{
color: #301918;
}
.AnyTagClassName
{
color: #301918;
}
</style>
background-color css
<style>
a { background-color: #301918; }
a { background-color: rgb(48,25,24); }
div.DivClassName
{
background-color: #301918;
}
.BgClassName
{
background-color: #301918;
}
</style>
border-color css
<style>
span { border-color: #301918; }
span { border-color: rgb(48,25,24); }
td.TdClassName
{
border-color: #301918;
}
.TagClassName
{
border-color: #301918;
}
</style>