Shades of Seal Brown #281B1B
Tints of Seal Brown #281B1B
RGB
CMYK
RGB Variations
Color information
#281B1B (or 0x281B1B) is known color: Seal Brown. HEX triplet: 28, 1B and 1B. RGB value is (40,27,27). Sum of RGB (Red+Green+Blue) = 40+27+27=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B1B is #D7E4E4. Grayscale: #1E1E1E. Windows color (decimal): -14148837 or 1776424. OLE color: 1776424.
HSL color Cylindrical-coordinate representation of color #281B1B: hue angle of 0º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B1B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 27 | 27 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.84 |
| HSL | 0º | 0.19% | 0.13% | - |
| HSV(B) | 0º | 0.33% | 0.16% | - |
| XYZ | 1.46 | 1.31 | 1.21 | - |
| YUV | 30.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 27 | 0 | 0.33 | 0.33 | 0.84 | 0 | 0.19 | 0.13 |
| Hex | 28 | 1B | 1B | 0 | 21 | 21 | 54 | 0 | 13 | D |
| Octal | 50 | 33 | 33 | 0 | 41 | 41 | 124 | 0 | 23 | 15 |
| Binary | 101000 | 11011 | 11011 | 0 | 100001 | 100001 | 1010100 | 0 | 10011 | 1101 |
Color Harmonies of #281B1B
Complementary color
Monochromatic Colors of #281B1B
Black with #281B1B
Text Example
Text Example
White with #281B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B1B; }
p { color: rgb(40,27,27); }
H1.HeaderClassName
{
color: #281B1B;
}
.AnyTagClassName
{
color: #281B1B;
}
</style>
background-color css
<style>
a { background-color: #281B1B; }
a { background-color: rgb(40,27,27); }
div.DivClassName
{
background-color: #281B1B;
}
.BgClassName
{
background-color: #281B1B;
}
</style>
border-color css
<style>
span { border-color: #281B1B; }
span { border-color: rgb(40,27,27); }
td.TdClassName
{
border-color: #281B1B;
}
.TagClassName
{
border-color: #281B1B;
}
</style>