Shades of Seal Brown #2F100F
Tints of Seal Brown #2F100F
RGB
CMYK
RGB Variations
Color information
#2F100F (or 0x2F100F) is known color: Seal Brown. HEX triplet: 2F, 10 and 0F. RGB value is (47,16,15). Sum of RGB (Red+Green+Blue) = 47+16+15=78 (10% of max value = 765). Red value is 47 (18.75% from 255 or 60.26% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 47 - color contains mainly: red. Hex color #2F100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F100F is #D0EFF0. Grayscale: #191919. Windows color (decimal): -13692913 or 987183. OLE color: 987183.
HSL color Cylindrical-coordinate representation of color #2F100F: hue angle of 1.88º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F100F is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 16 | 15 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.82 |
| HSL | 1.88º | 0.52% | 0.12% | - |
| HSV(B) | 1.88º | 0.68% | 0.18% | - |
| XYZ | 1.44 | 1.01 | 0.57 | - |
| YUV | 25.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 16 | 15 | 0 | 0.66 | 0.68 | 0.82 | 1.88 | 0.52 | 0.12 |
| Hex | 2F | 10 | F | 0 | 42 | 44 | 52 | 2 | 34 | C |
| Octal | 57 | 20 | 17 | 0 | 102 | 104 | 122 | 2 | 64 | 14 |
| Binary | 101111 | 10000 | 1111 | 0 | 1000010 | 1000100 | 1010010 | 10 | 110100 | 1100 |
Color Harmonies of #2F100F
Complementary color
Monochromatic Colors of #2F100F
Black with #2F100F
Text Example
Text Example
White with #2F100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F100F; }
p { color: rgb(47,16,15); }
H1.HeaderClassName
{
color: #2F100F;
}
.AnyTagClassName
{
color: #2F100F;
}
</style>
background-color css
<style>
a { background-color: #2F100F; }
a { background-color: rgb(47,16,15); }
div.DivClassName
{
background-color: #2F100F;
}
.BgClassName
{
background-color: #2F100F;
}
</style>
border-color css
<style>
span { border-color: #2F100F; }
span { border-color: rgb(47,16,15); }
td.TdClassName
{
border-color: #2F100F;
}
.TagClassName
{
border-color: #2F100F;
}
</style>