Shades of Blackcurrant #1B0837
Tints of Blackcurrant #1B0837
RGB
CMYK
RGB Variations
Color information
#1B0837 (or 0x1B0837) is known color: Blackcurrant. HEX triplet: 1B, 08 and 37. RGB value is (27,8,55). Sum of RGB (Red+Green+Blue) = 27+8+55=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0837 is #E4F7C8. Grayscale: #121212. Windows color (decimal): -15005641 or 3606555. OLE color: 3606555.
HSL color Cylindrical-coordinate representation of color #1B0837: hue angle of 264.26º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B0837 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 8 | 55 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.78 |
| HSL | 264.26º | 0.75% | 0.12% | - |
| HSV(B) | 264.26º | 0.85% | 0.22% | - |
| XYZ | 1.23 | 0.68 | 3.68 | - |
| YUV | 19.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 55 | 0.51 | 0.85 | 0 | 0.78 | 264.26 | 0.75 | 0.12 |
| Hex | 1B | 8 | 37 | 33 | 55 | 0 | 4E | 108 | 4B | C |
| Octal | 33 | 10 | 67 | 63 | 125 | 0 | 116 | 410 | 113 | 14 |
| Binary | 11011 | 1000 | 110111 | 110011 | 1010101 | 0 | 1001110 | 100001000 | 1001011 | 1100 |
Color Harmonies of #1B0837
Complementary color
Monochromatic Colors of #1B0837
Black with #1B0837
Text Example
Text Example
White with #1B0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0837; }
p { color: rgb(27,8,55); }
H1.HeaderClassName
{
color: #1B0837;
}
.AnyTagClassName
{
color: #1B0837;
}
</style>
background-color css
<style>
a { background-color: #1B0837; }
a { background-color: rgb(27,8,55); }
div.DivClassName
{
background-color: #1B0837;
}
.BgClassName
{
background-color: #1B0837;
}
</style>
border-color css
<style>
span { border-color: #1B0837; }
span { border-color: rgb(27,8,55); }
td.TdClassName
{
border-color: #1B0837;
}
.TagClassName
{
border-color: #1B0837;
}
</style>