Shades of Seal Brown #341F1F
Tints of Seal Brown #341F1F
RGB
CMYK
RGB Variations
Color information
#341F1F (or 0x341F1F) is known color: Seal Brown. HEX triplet: 34, 1F and 1F. RGB value is (52,31,31). Sum of RGB (Red+Green+Blue) = 52+31+31=114 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.61% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 52 - color contains mainly: red. Hex color #341F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F1F is #CBE0E0. Grayscale: #252525. Windows color (decimal): -13361377 or 2039604. OLE color: 2039604.
HSL color Cylindrical-coordinate representation of color #341F1F: hue angle of 0º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F1F is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 31 | 31 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.80 |
| HSL | 0º | 0.25% | 0.16% | - |
| HSV(B) | 0º | 0.4% | 0.2% | - |
| XYZ | 2.15 | 1.81 | 1.53 | - |
| YUV | 37.28 | 124.46 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 31 | 0 | 0.40 | 0.40 | 0.80 | 0 | 0.25 | 0.16 |
| Hex | 34 | 1F | 1F | 0 | 28 | 28 | 50 | 0 | 19 | 10 |
| Octal | 64 | 37 | 37 | 0 | 50 | 50 | 120 | 0 | 31 | 20 |
| Binary | 110100 | 11111 | 11111 | 0 | 101000 | 101000 | 1010000 | 0 | 11001 | 10000 |
Color Harmonies of #341F1F
Complementary color
Monochromatic Colors of #341F1F
Black with #341F1F
Text Example
Text Example
White with #341F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F1F; }
p { color: rgb(52,31,31); }
H1.HeaderClassName
{
color: #341F1F;
}
.AnyTagClassName
{
color: #341F1F;
}
</style>
background-color css
<style>
a { background-color: #341F1F; }
a { background-color: rgb(52,31,31); }
div.DivClassName
{
background-color: #341F1F;
}
.BgClassName
{
background-color: #341F1F;
}
</style>
border-color css
<style>
span { border-color: #341F1F; }
span { border-color: rgb(52,31,31); }
td.TdClassName
{
border-color: #341F1F;
}
.TagClassName
{
border-color: #341F1F;
}
</style>