Shades of Tolopea #1B1337
Tints of Tolopea #1B1337
RGB
CMYK
RGB Variations
Color information
#1B1337 (or 0x1B1337) is known color: Tolopea. HEX triplet: 1B, 13 and 37. RGB value is (27,19,55). Sum of RGB (Red+Green+Blue) = 27+19+55=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1337 is #E4ECC8. Grayscale: #191919. Windows color (decimal): -15002825 or 3609371. OLE color: 3609371.
HSL color Cylindrical-coordinate representation of color #1B1337: hue angle of 253.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B1337 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 19 | 55 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.78 |
| HSL | 253.33º | 0.49% | 0.15% | - |
| HSV(B) | 253.33º | 0.65% | 0.22% | - |
| XYZ | 1.37 | 0.97 | 3.73 | - |
| YUV | 25.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 55 | 0.51 | 0.65 | 0 | 0.78 | 253.33 | 0.49 | 0.15 |
| Hex | 1B | 13 | 37 | 33 | 41 | 0 | 4E | FD | 31 | F |
| Octal | 33 | 23 | 67 | 63 | 101 | 0 | 116 | 375 | 61 | 17 |
| Binary | 11011 | 10011 | 110111 | 110011 | 1000001 | 0 | 1001110 | 11111101 | 110001 | 1111 |
Color Harmonies of #1B1337
Complementary color
Monochromatic Colors of #1B1337
Black with #1B1337
Text Example
Text Example
White with #1B1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1337; }
p { color: rgb(27,19,55); }
H1.HeaderClassName
{
color: #1B1337;
}
.AnyTagClassName
{
color: #1B1337;
}
</style>
background-color css
<style>
a { background-color: #1B1337; }
a { background-color: rgb(27,19,55); }
div.DivClassName
{
background-color: #1B1337;
}
.BgClassName
{
background-color: #1B1337;
}
</style>
border-color css
<style>
span { border-color: #1B1337; }
span { border-color: rgb(27,19,55); }
td.TdClassName
{
border-color: #1B1337;
}
.TagClassName
{
border-color: #1B1337;
}
</style>