Shades of Seal Brown #1B1111
Tints of Seal Brown #1B1111
RGB
CMYK
RGB Variations
Color information
#1B1111 (or 0x1B1111) is known color: Seal Brown. HEX triplet: 1B, 11 and 11. RGB value is (27,17,17). Sum of RGB (Red+Green+Blue) = 27+17+17=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1111 is #E4EEEE. Grayscale: #141414. Windows color (decimal): -15003375 or 1118491. OLE color: 1118491.
HSL color Cylindrical-coordinate representation of color #1B1111: hue angle of 0º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1111 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 17 | 17 | - |
CMYK | 0 | 0.37 | 0.37 | 0.89 |
HSL | 0º | 0.23% | 0.09% | - |
HSV(B) | 0º | 0.37% | 0.11% | - |
XYZ | 0.75 | 0.67 | 0.62 | - |
YUV | 19.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 17 | 17 | 0 | 0.37 | 0.37 | 0.89 | 0 | 0.23 | 0.09 |
Hex | 1B | 11 | 11 | 0 | 25 | 25 | 59 | 0 | 17 | 9 |
Octal | 33 | 21 | 21 | 0 | 45 | 45 | 131 | 0 | 27 | 11 |
Binary | 11011 | 10001 | 10001 | 0 | 100101 | 100101 | 1011001 | 0 | 10111 | 1001 |
Color Harmonies of #1B1111
Complementary color
Monochromatic Colors of #1B1111
Black with #1B1111
Text Example
Text Example
White with #1B1111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1111; }
p { color: rgb(27,17,17); }
H1.HeaderClassName
{
color: #1B1111;
}
.AnyTagClassName
{
color: #1B1111;
}
</style>
background-color css
<style>
a { background-color: #1B1111; }
a { background-color: rgb(27,17,17); }
div.DivClassName
{
background-color: #1B1111;
}
.BgClassName
{
background-color: #1B1111;
}
</style>
border-color css
<style>
span { border-color: #1B1111; }
span { border-color: rgb(27,17,17); }
td.TdClassName
{
border-color: #1B1111;
}
.TagClassName
{
border-color: #1B1111;
}
</style>