Shades of Blackcurrant #1B0937
Tints of Blackcurrant #1B0937
RGB
CMYK
RGB Variations
Color information
#1B0937 (or 0x1B0937) is known color: Blackcurrant. HEX triplet: 1B, 09 and 37. RGB value is (27,9,55). Sum of RGB (Red+Green+Blue) = 27+9+55=91 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.67% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 55 (21.88% from 255 or 60.44% from 91); Max value from RGB is 55 - color contains mainly: blue. Hex color #1B0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0937 is #E4F6C8. Grayscale: #131313. Windows color (decimal): -15005385 or 3606811. OLE color: 3606811.
HSL color Cylindrical-coordinate representation of color #1B0937: hue angle of 263.48º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B0937 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 27 | 9 | 55 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.78 |
| HSL | 263.48º | 0.72% | 0.13% | - |
| HSV(B) | 263.48º | 0.84% | 0.22% | - |
| XYZ | 1.24 | 0.7 | 3.69 | - |
| YUV | 19.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 55 | 0.51 | 0.84 | 0 | 0.78 | 263.48 | 0.72 | 0.13 |
| Hex | 1B | 9 | 37 | 33 | 54 | 0 | 4E | 107 | 48 | D |
| Octal | 33 | 11 | 67 | 63 | 124 | 0 | 116 | 407 | 110 | 15 |
| Binary | 11011 | 1001 | 110111 | 110011 | 1010100 | 0 | 1001110 | 100000111 | 1001000 | 1101 |
Color Harmonies of #1B0937
Complementary color
Monochromatic Colors of #1B0937
Black with #1B0937
Text Example
Text Example
White with #1B0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0937; }
p { color: rgb(27,9,55); }
H1.HeaderClassName
{
color: #1B0937;
}
.AnyTagClassName
{
color: #1B0937;
}
</style>
background-color css
<style>
a { background-color: #1B0937; }
a { background-color: rgb(27,9,55); }
div.DivClassName
{
background-color: #1B0937;
}
.BgClassName
{
background-color: #1B0937;
}
</style>
border-color css
<style>
span { border-color: #1B0937; }
span { border-color: rgb(27,9,55); }
td.TdClassName
{
border-color: #1B0937;
}
.TagClassName
{
border-color: #1B0937;
}
</style>