Shades of Seal Brown #301E1B
Tints of Seal Brown #301E1B
RGB
CMYK
RGB Variations
Color information
#301E1B (or 0x301E1B) is known color: Seal Brown. HEX triplet: 30, 1E and 1B. RGB value is (48,30,27). Sum of RGB (Red+Green+Blue) = 48+30+27=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #301E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E1B is #CFE1E4. Grayscale: #232323. Windows color (decimal): -13623781 or 1777200. OLE color: 1777200.
HSL color Cylindrical-coordinate representation of color #301E1B: hue angle of 8.57º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301E1B is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 27 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.81 |
| HSL | 8.57º | 0.28% | 0.15% | - |
| HSV(B) | 8.57º | 0.44% | 0.19% | - |
| XYZ | 1.88 | 1.64 | 1.25 | - |
| YUV | 35.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 27 | 0 | 0.37 | 0.44 | 0.81 | 8.57 | 0.28 | 0.15 |
| Hex | 30 | 1E | 1B | 0 | 25 | 2C | 51 | 9 | 1C | F |
| Octal | 60 | 36 | 33 | 0 | 45 | 54 | 121 | 11 | 34 | 17 |
| Binary | 110000 | 11110 | 11011 | 0 | 100101 | 101100 | 1010001 | 1001 | 11100 | 1111 |
Color Harmonies of #301E1B
Complementary color
Monochromatic Colors of #301E1B
Black with #301E1B
Text Example
Text Example
White with #301E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E1B; }
p { color: rgb(48,30,27); }
H1.HeaderClassName
{
color: #301E1B;
}
.AnyTagClassName
{
color: #301E1B;
}
</style>
background-color css
<style>
a { background-color: #301E1B; }
a { background-color: rgb(48,30,27); }
div.DivClassName
{
background-color: #301E1B;
}
.BgClassName
{
background-color: #301E1B;
}
</style>
border-color css
<style>
span { border-color: #301E1B; }
span { border-color: rgb(48,30,27); }
td.TdClassName
{
border-color: #301E1B;
}
.TagClassName
{
border-color: #301E1B;
}
</style>