Shades of Seal Brown #301C18
Tints of Seal Brown #301C18
RGB
CMYK
RGB Variations
Color information
#301C18 (or 0x301C18) is known color: Seal Brown. HEX triplet: 30, 1C and 18. RGB value is (48,28,24). Sum of RGB (Red+Green+Blue) = 48+28+24=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #301C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C18 is #CFE3E7. Grayscale: #212121. Windows color (decimal): -13624296 or 1580080. OLE color: 1580080.
HSL color Cylindrical-coordinate representation of color #301C18: hue angle of 10º 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 #301C18 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 24 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.81 |
| HSL | 10º | 0.33% | 0.14% | - |
| HSV(B) | 10º | 0.5% | 0.19% | - |
| XYZ | 1.8 | 1.52 | 1.06 | - |
| YUV | 33.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 24 | 0 | 0.42 | 0.5 | 0.81 | 10 | 0.33 | 0.14 |
| Hex | 30 | 1C | 18 | 0 | 2A | 32 | 51 | A | 21 | E |
| Octal | 60 | 34 | 30 | 0 | 52 | 62 | 121 | 12 | 41 | 16 |
| Binary | 110000 | 11100 | 11000 | 0 | 101010 | 110010 | 1010001 | 1010 | 100001 | 1110 |
Color Harmonies of #301C18
Complementary color
Monochromatic Colors of #301C18
Black with #301C18
Text Example
Text Example
White with #301C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C18; }
p { color: rgb(48,28,24); }
H1.HeaderClassName
{
color: #301C18;
}
.AnyTagClassName
{
color: #301C18;
}
</style>
background-color css
<style>
a { background-color: #301C18; }
a { background-color: rgb(48,28,24); }
div.DivClassName
{
background-color: #301C18;
}
.BgClassName
{
background-color: #301C18;
}
</style>
border-color css
<style>
span { border-color: #301C18; }
span { border-color: rgb(48,28,24); }
td.TdClassName
{
border-color: #301C18;
}
.TagClassName
{
border-color: #301C18;
}
</style>