Shades of Seal Brown #1B0B05
Tints of Seal Brown #1B0B05
RGB
CMYK
RGB Variations
Color information
#1B0B05 (or 0x1B0B05) is known color: Seal Brown. HEX triplet: 1B, 0B and 05. RGB value is (27,11,5). Sum of RGB (Red+Green+Blue) = 27+11+5=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0B05 is #E4F4FA. Grayscale: #0F0F0F. Windows color (decimal): -15004923 or 330523. OLE color: 330523.
HSL color Cylindrical-coordinate representation of color #1B0B05: hue angle of 16.36º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B0B05 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 27 | 11 | 5 | - |
CMYK | 0 | 0.59 | 0.81 | 0.89 |
HSL | 16.36º | 0.69% | 0.06% | - |
HSV(B) | 16.36º | 0.81% | 0.11% | - |
XYZ | 0.6 | 0.48 | 0.21 | - |
YUV | 15.1 | 122.3 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 27 | 11 | 5 | 0 | 0.59 | 0.81 | 0.89 | 16.36 | 0.69 | 0.06 |
Hex | 1B | B | 5 | 0 | 3B | 51 | 59 | 10 | 45 | 6 |
Octal | 33 | 13 | 5 | 0 | 73 | 121 | 131 | 20 | 105 | 6 |
Binary | 11011 | 1011 | 101 | 0 | 111011 | 1010001 | 1011001 | 10000 | 1000101 | 110 |
Color Harmonies of #1B0B05
Complementary color
Monochromatic Colors of #1B0B05
Black with #1B0B05
Text Example
Text Example
White with #1B0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B05; }
p { color: rgb(27,11,5); }
H1.HeaderClassName
{
color: #1B0B05;
}
.AnyTagClassName
{
color: #1B0B05;
}
</style>
background-color css
<style>
a { background-color: #1B0B05; }
a { background-color: rgb(27,11,5); }
div.DivClassName
{
background-color: #1B0B05;
}
.BgClassName
{
background-color: #1B0B05;
}
</style>
border-color css
<style>
span { border-color: #1B0B05; }
span { border-color: rgb(27,11,5); }
td.TdClassName
{
border-color: #1B0B05;
}
.TagClassName
{
border-color: #1B0B05;
}
</style>