Shades of Seal Brown #1B0B0A
Tints of Seal Brown #1B0B0A
RGB
CMYK
RGB Variations
Color information
#1B0B0A (or 0x1B0B0A) is known color: Seal Brown. HEX triplet: 1B, 0B and 0A. RGB value is (27,11,10). Sum of RGB (Red+Green+Blue) = 27+11+10=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0B0A is #E4F4F5. Grayscale: #0F0F0F. Windows color (decimal): -15004918 or 658203. OLE color: 658203.
HSL color Cylindrical-coordinate representation of color #1B0B0A: hue angle of 3.53º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0B0A is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 11 | 10 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.89 |
| HSL | 3.53º | 0.46% | 0.07% | - |
| HSV(B) | 3.53º | 0.63% | 0.11% | - |
| XYZ | 0.63 | 0.49 | 0.35 | - |
| YUV | 15.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 10 | 0 | 0.59 | 0.63 | 0.89 | 3.53 | 0.46 | 0.07 |
| Hex | 1B | B | A | 0 | 3B | 3F | 59 | 4 | 2E | 7 |
| Octal | 33 | 13 | 12 | 0 | 73 | 77 | 131 | 4 | 56 | 7 |
| Binary | 11011 | 1011 | 1010 | 0 | 111011 | 111111 | 1011001 | 100 | 101110 | 111 |
Color Harmonies of #1B0B0A
Complementary color
Monochromatic Colors of #1B0B0A
Black with #1B0B0A
Text Example
Text Example
White with #1B0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B0A; }
p { color: rgb(27,11,10); }
H1.HeaderClassName
{
color: #1B0B0A;
}
.AnyTagClassName
{
color: #1B0B0A;
}
</style>
background-color css
<style>
a { background-color: #1B0B0A; }
a { background-color: rgb(27,11,10); }
div.DivClassName
{
background-color: #1B0B0A;
}
.BgClassName
{
background-color: #1B0B0A;
}
</style>
border-color css
<style>
span { border-color: #1B0B0A; }
span { border-color: rgb(27,11,10); }
td.TdClassName
{
border-color: #1B0B0A;
}
.TagClassName
{
border-color: #1B0B0A;
}
</style>