Shades of Seal Brown #3A1F1F
Tints of Seal Brown #3A1F1F
RGB
CMYK
RGB Variations
Color information
#3A1F1F (or 0x3A1F1F) is known color: Seal Brown. HEX triplet: 3A, 1F and 1F. RGB value is (58,31,31). Sum of RGB (Red+Green+Blue) = 58+31+31=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F1F is #C5E0E0. Grayscale: #272727. Windows color (decimal): -12968161 or 2039610. OLE color: 2039610.
HSL color Cylindrical-coordinate representation of color #3A1F1F: hue angle of 0º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A1F1F is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 31 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.77 |
| HSL | 0º | 0.3% | 0.17% | - |
| HSV(B) | 0º | 0.47% | 0.23% | - |
| XYZ | 2.48 | 1.98 | 1.55 | - |
| YUV | 39.07 | 123.45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 31 | 0 | 0.47 | 0.47 | 0.77 | 0 | 0.3 | 0.17 |
| Hex | 3A | 1F | 1F | 0 | 2F | 2F | 4D | 0 | 1E | 11 |
| Octal | 72 | 37 | 37 | 0 | 57 | 57 | 115 | 0 | 36 | 21 |
| Binary | 111010 | 11111 | 11111 | 0 | 101111 | 101111 | 1001101 | 0 | 11110 | 10001 |
Color Harmonies of #3A1F1F
Complementary color
Monochromatic Colors of #3A1F1F
Black with #3A1F1F
Text Example
Text Example
White with #3A1F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F1F; }
p { color: rgb(58,31,31); }
H1.HeaderClassName
{
color: #3A1F1F;
}
.AnyTagClassName
{
color: #3A1F1F;
}
</style>
background-color css
<style>
a { background-color: #3A1F1F; }
a { background-color: rgb(58,31,31); }
div.DivClassName
{
background-color: #3A1F1F;
}
.BgClassName
{
background-color: #3A1F1F;
}
</style>
border-color css
<style>
span { border-color: #3A1F1F; }
span { border-color: rgb(58,31,31); }
td.TdClassName
{
border-color: #3A1F1F;
}
.TagClassName
{
border-color: #3A1F1F;
}
</style>