Shades of Seal Brown #1B1615
Tints of Seal Brown #1B1615
RGB
CMYK
RGB Variations
Color information
#1B1615 (or 0x1B1615) is known color: Seal Brown. HEX triplet: 1B, 16 and 15. RGB value is (27,22,21). Sum of RGB (Red+Green+Blue) = 27+22+21=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1615 is #E4E9EA. Grayscale: #171717. Windows color (decimal): -15002091 or 1381915. OLE color: 1381915.
HSL color Cylindrical-coordinate representation of color #1B1615: hue angle of 10º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1B1615 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 22 | 21 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.89 |
| HSL | 10º | 0.13% | 0.09% | - |
| HSV(B) | 10º | 0.22% | 0.11% | - |
| XYZ | 0.87 | 0.86 | 0.83 | - |
| YUV | 23.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 21 | 0 | 0.19 | 0.22 | 0.89 | 10 | 0.13 | 0.09 |
| Hex | 1B | 16 | 15 | 0 | 13 | 16 | 59 | A | C | 9 |
| Octal | 33 | 26 | 25 | 0 | 23 | 26 | 131 | 12 | 14 | 11 |
| Binary | 11011 | 10110 | 10101 | 0 | 10011 | 10110 | 1011001 | 1010 | 1100 | 1001 |
Color Harmonies of #1B1615
Complementary color
Monochromatic Colors of #1B1615
Black with #1B1615
Text Example
Text Example
White with #1B1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1615; }
p { color: rgb(27,22,21); }
H1.HeaderClassName
{
color: #1B1615;
}
.AnyTagClassName
{
color: #1B1615;
}
</style>
background-color css
<style>
a { background-color: #1B1615; }
a { background-color: rgb(27,22,21); }
div.DivClassName
{
background-color: #1B1615;
}
.BgClassName
{
background-color: #1B1615;
}
</style>
border-color css
<style>
span { border-color: #1B1615; }
span { border-color: rgb(27,22,21); }
td.TdClassName
{
border-color: #1B1615;
}
.TagClassName
{
border-color: #1B1615;
}
</style>