Shades of Seal Brown #321B1B
Tints of Seal Brown #321B1B
RGB
CMYK
RGB Variations
Color information
#321B1B (or 0x321B1B) is known color: Seal Brown. HEX triplet: 32, 1B and 1B. RGB value is (50,27,27). Sum of RGB (Red+Green+Blue) = 50+27+27=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B1B is #CDE4E4. Grayscale: #212121. Windows color (decimal): -13493477 or 1776434. OLE color: 1776434.
HSL color Cylindrical-coordinate representation of color #321B1B: hue angle of 0º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B1B is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 27 | 27 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.80 |
| HSL | 0º | 0.3% | 0.15% | - |
| HSV(B) | 0º | 0.46% | 0.2% | - |
| XYZ | 1.91 | 1.54 | 1.23 | - |
| YUV | 33.88 | 124.12 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 27 | 0 | 0.46 | 0.46 | 0.80 | 0 | 0.3 | 0.15 |
| Hex | 32 | 1B | 1B | 0 | 2E | 2E | 50 | 0 | 1E | F |
| Octal | 62 | 33 | 33 | 0 | 56 | 56 | 120 | 0 | 36 | 17 |
| Binary | 110010 | 11011 | 11011 | 0 | 101110 | 101110 | 1010000 | 0 | 11110 | 1111 |
Color Harmonies of #321B1B
Complementary color
Monochromatic Colors of #321B1B
Black with #321B1B
Text Example
Text Example
White with #321B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321B1B; }
p { color: rgb(50,27,27); }
H1.HeaderClassName
{
color: #321B1B;
}
.AnyTagClassName
{
color: #321B1B;
}
</style>
background-color css
<style>
a { background-color: #321B1B; }
a { background-color: rgb(50,27,27); }
div.DivClassName
{
background-color: #321B1B;
}
.BgClassName
{
background-color: #321B1B;
}
</style>
border-color css
<style>
span { border-color: #321B1B; }
span { border-color: rgb(50,27,27); }
td.TdClassName
{
border-color: #321B1B;
}
.TagClassName
{
border-color: #321B1B;
}
</style>