Shades of Seal Brown #300C01
Tints of Seal Brown #300C01
RGB
CMYK
RGB Variations
Color information
#300C01 (or 0x300C01) is known color: Seal Brown. HEX triplet: 30, 0C and 01. RGB value is (48,12,1). Sum of RGB (Red+Green+Blue) = 48+12+1=61 (8% of max value = 765). Red value is 48 (19.14% from 255 or 78.69% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 48 - color contains mainly: red. Hex color #300C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300C01 is #CFF3FE. Grayscale: #151515. Windows color (decimal): -13628415 or 68656. OLE color: 68656.
HSL color Cylindrical-coordinate representation of color #300C01: hue angle of 14.04º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300C01 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 12 | 1 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.81 |
| HSL | 14.04º | 0.96% | 0.1% | - |
| HSV(B) | 14.04º | 0.98% | 0.19% | - |
| XYZ | 1.36 | 0.89 | 0.13 | - |
| YUV | 21.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 12 | 1 | 0 | 0.75 | 0.98 | 0.81 | 14.04 | 0.96 | 0.1 |
| Hex | 30 | C | 1 | 0 | 4B | 62 | 51 | E | 60 | A |
| Octal | 60 | 14 | 1 | 0 | 113 | 142 | 121 | 16 | 140 | 12 |
| Binary | 110000 | 1100 | 1 | 0 | 1001011 | 1100010 | 1010001 | 1110 | 1100000 | 1010 |
Color Harmonies of #300C01
Complementary color
Monochromatic Colors of #300C01
Black with #300C01
Text Example
Text Example
White with #300C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300C01; }
p { color: rgb(48,12,1); }
H1.HeaderClassName
{
color: #300C01;
}
.AnyTagClassName
{
color: #300C01;
}
</style>
background-color css
<style>
a { background-color: #300C01; }
a { background-color: rgb(48,12,1); }
div.DivClassName
{
background-color: #300C01;
}
.BgClassName
{
background-color: #300C01;
}
</style>
border-color css
<style>
span { border-color: #300C01; }
span { border-color: rgb(48,12,1); }
td.TdClassName
{
border-color: #300C01;
}
.TagClassName
{
border-color: #300C01;
}
</style>