Shades of Seal Brown #300202
Tints of Seal Brown #300202
RGB
CMYK
RGB Variations
Color information
#300202 (or 0x300202) is known color: Seal Brown. HEX triplet: 30, 02 and 02. RGB value is (48,2,2). Sum of RGB (Red+Green+Blue) = 48+2+2=52 (6% of max value = 765). Red value is 48 (19.14% from 255 or 92.31% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 48 - color contains mainly: red. Hex color #300202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300202 is #CFFDFD. Grayscale: #0F0F0F. Windows color (decimal): -13630974 or 131632. OLE color: 131632.
HSL color Cylindrical-coordinate representation of color #300202: hue angle of 0º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #300202 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 2 | 2 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.81 |
| HSL | 0º | 0.92% | 0.1% | - |
| HSV(B) | 0º | 0.96% | 0.19% | - |
| XYZ | 1.25 | 0.68 | 0.12 | - |
| YUV | 15.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 2 | 2 | 0 | 0.96 | 0.96 | 0.81 | 0 | 0.92 | 0.1 |
| Hex | 30 | 2 | 2 | 0 | 60 | 60 | 51 | 0 | 5C | A |
| Octal | 60 | 2 | 2 | 0 | 140 | 140 | 121 | 0 | 134 | 12 |
| Binary | 110000 | 10 | 10 | 0 | 1100000 | 1100000 | 1010001 | 0 | 1011100 | 1010 |
Color Harmonies of #300202
Complementary color
Monochromatic Colors of #300202
Black with #300202
Text Example
Text Example
White with #300202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300202; }
p { color: rgb(48,2,2); }
H1.HeaderClassName
{
color: #300202;
}
.AnyTagClassName
{
color: #300202;
}
</style>
background-color css
<style>
a { background-color: #300202; }
a { background-color: rgb(48,2,2); }
div.DivClassName
{
background-color: #300202;
}
.BgClassName
{
background-color: #300202;
}
</style>
border-color css
<style>
span { border-color: #300202; }
span { border-color: rgb(48,2,2); }
td.TdClassName
{
border-color: #300202;
}
.TagClassName
{
border-color: #300202;
}
</style>