Shades of Seal Brown #1B0C0B
Tints of Seal Brown #1B0C0B
RGB
CMYK
RGB Variations
Color information
#1B0C0B (or 0x1B0C0B) is known color: Seal Brown. HEX triplet: 1B, 0C and 0B. RGB value is (27,12,11). Sum of RGB (Red+Green+Blue) = 27+12+11=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0C0B is #E4F3F4. Grayscale: #101010. Windows color (decimal): -15004661 or 723995. OLE color: 723995.
HSL color Cylindrical-coordinate representation of color #1B0C0B: hue angle of 3.75º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B0C0B is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 11 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.89 |
| HSL | 3.75º | 0.42% | 0.07% | - |
| HSV(B) | 3.75º | 0.59% | 0.11% | - |
| XYZ | 0.64 | 0.52 | 0.38 | - |
| YUV | 16.37 | 124.97 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 11 | 0 | 0.56 | 0.59 | 0.89 | 3.75 | 0.42 | 0.07 |
| Hex | 1B | C | B | 0 | 38 | 3B | 59 | 4 | 2A | 7 |
| Octal | 33 | 14 | 13 | 0 | 70 | 73 | 131 | 4 | 52 | 7 |
| Binary | 11011 | 1100 | 1011 | 0 | 111000 | 111011 | 1011001 | 100 | 101010 | 111 |
Color Harmonies of #1B0C0B
Complementary color
Monochromatic Colors of #1B0C0B
Black with #1B0C0B
Text Example
Text Example
White with #1B0C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C0B; }
p { color: rgb(27,12,11); }
H1.HeaderClassName
{
color: #1B0C0B;
}
.AnyTagClassName
{
color: #1B0C0B;
}
</style>
background-color css
<style>
a { background-color: #1B0C0B; }
a { background-color: rgb(27,12,11); }
div.DivClassName
{
background-color: #1B0C0B;
}
.BgClassName
{
background-color: #1B0C0B;
}
</style>
border-color css
<style>
span { border-color: #1B0C0B; }
span { border-color: rgb(27,12,11); }
td.TdClassName
{
border-color: #1B0C0B;
}
.TagClassName
{
border-color: #1B0C0B;
}
</style>