Shades of Seal Brown #301A18
Tints of Seal Brown #301A18
RGB
CMYK
RGB Variations
Color information
#301A18 (or 0x301A18) is known color: Seal Brown. HEX triplet: 30, 1A and 18. RGB value is (48,26,24). Sum of RGB (Red+Green+Blue) = 48+26+24=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #301A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A18 is #CFE5E7. Grayscale: #202020. Windows color (decimal): -13624808 or 1579568. OLE color: 1579568.
HSL color Cylindrical-coordinate representation of color #301A18: hue angle of 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 #301A18 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 24 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.81 |
| HSL | 5º | 0.33% | 0.14% | - |
| HSV(B) | 5º | 0.5% | 0.19% | - |
| XYZ | 1.75 | 1.43 | 1.05 | - |
| YUV | 32.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 24 | 0 | 0.46 | 0.5 | 0.81 | 5 | 0.33 | 0.14 |
| Hex | 30 | 1A | 18 | 0 | 2E | 32 | 51 | 5 | 21 | E |
| Octal | 60 | 32 | 30 | 0 | 56 | 62 | 121 | 5 | 41 | 16 |
| Binary | 110000 | 11010 | 11000 | 0 | 101110 | 110010 | 1010001 | 101 | 100001 | 1110 |
Color Harmonies of #301A18
Complementary color
Monochromatic Colors of #301A18
Black with #301A18
Text Example
Text Example
White with #301A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A18; }
p { color: rgb(48,26,24); }
H1.HeaderClassName
{
color: #301A18;
}
.AnyTagClassName
{
color: #301A18;
}
</style>
background-color css
<style>
a { background-color: #301A18; }
a { background-color: rgb(48,26,24); }
div.DivClassName
{
background-color: #301A18;
}
.BgClassName
{
background-color: #301A18;
}
</style>
border-color css
<style>
span { border-color: #301A18; }
span { border-color: rgb(48,26,24); }
td.TdClassName
{
border-color: #301A18;
}
.TagClassName
{
border-color: #301A18;
}
</style>