Shades of Seal Brown #2F1B18
Tints of Seal Brown #2F1B18
RGB
CMYK
RGB Variations
Color information
#2F1B18 (or 0x2F1B18) is known color: Seal Brown. HEX triplet: 2F, 1B and 18. RGB value is (47,27,24). Sum of RGB (Red+Green+Blue) = 47+27+24=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1B18 is #D0E4E7. Grayscale: #202020. Windows color (decimal): -13690088 or 1579823. OLE color: 1579823.
HSL color Cylindrical-coordinate representation of color #2F1B18: hue angle of 7.83º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F1B18 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 27 | 24 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.82 |
| HSL | 7.83º | 0.32% | 0.14% | - |
| HSV(B) | 7.83º | 0.49% | 0.18% | - |
| XYZ | 1.73 | 1.45 | 1.05 | - |
| YUV | 32.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 27 | 24 | 0 | 0.43 | 0.49 | 0.82 | 7.83 | 0.32 | 0.14 |
| Hex | 2F | 1B | 18 | 0 | 2B | 31 | 52 | 8 | 20 | E |
| Octal | 57 | 33 | 30 | 0 | 53 | 61 | 122 | 10 | 40 | 16 |
| Binary | 101111 | 11011 | 11000 | 0 | 101011 | 110001 | 1010010 | 1000 | 100000 | 1110 |
Color Harmonies of #2F1B18
Complementary color
Monochromatic Colors of #2F1B18
Black with #2F1B18
Text Example
Text Example
White with #2F1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F1B18; }
p { color: rgb(47,27,24); }
H1.HeaderClassName
{
color: #2F1B18;
}
.AnyTagClassName
{
color: #2F1B18;
}
</style>
background-color css
<style>
a { background-color: #2F1B18; }
a { background-color: rgb(47,27,24); }
div.DivClassName
{
background-color: #2F1B18;
}
.BgClassName
{
background-color: #2F1B18;
}
</style>
border-color css
<style>
span { border-color: #2F1B18; }
span { border-color: rgb(47,27,24); }
td.TdClassName
{
border-color: #2F1B18;
}
.TagClassName
{
border-color: #2F1B18;
}
</style>