Shades of Blackcurrant #1B0931
Tints of Blackcurrant #1B0931
RGB
CMYK
RGB Variations
Color information
#1B0931 (or 0x1B0931) is known color: Blackcurrant. HEX triplet: 1B, 09 and 31. RGB value is (27,9,49). Sum of RGB (Red+Green+Blue) = 27+9+49=85 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.76% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B0931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0931 is #E4F6CE. Grayscale: #121212. Windows color (decimal): -15005391 or 3213595. OLE color: 3213595.
HSL color Cylindrical-coordinate representation of color #1B0931: hue angle of 267º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B0931 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 9 | 49 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.81 |
| HSL | 267º | 0.69% | 0.11% | - |
| HSV(B) | 267º | 0.82% | 0.19% | - |
| XYZ | 1.1 | 0.65 | 2.97 | - |
| YUV | 18.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 49 | 0.45 | 0.82 | 0 | 0.81 | 267 | 0.69 | 0.11 |
| Hex | 1B | 9 | 31 | 2D | 52 | 0 | 51 | 10B | 45 | B |
| Octal | 33 | 11 | 61 | 55 | 122 | 0 | 121 | 413 | 105 | 13 |
| Binary | 11011 | 1001 | 110001 | 101101 | 1010010 | 0 | 1010001 | 100001011 | 1000101 | 1011 |
Color Harmonies of #1B0931
Complementary color
Monochromatic Colors of #1B0931
Black with #1B0931
Text Example
Text Example
White with #1B0931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0931; }
p { color: rgb(27,9,49); }
H1.HeaderClassName
{
color: #1B0931;
}
.AnyTagClassName
{
color: #1B0931;
}
</style>
background-color css
<style>
a { background-color: #1B0931; }
a { background-color: rgb(27,9,49); }
div.DivClassName
{
background-color: #1B0931;
}
.BgClassName
{
background-color: #1B0931;
}
</style>
border-color css
<style>
span { border-color: #1B0931; }
span { border-color: rgb(27,9,49); }
td.TdClassName
{
border-color: #1B0931;
}
.TagClassName
{
border-color: #1B0931;
}
</style>