Shades of Blackcurrant #130B1B
Tints of Blackcurrant #130B1B
RGB
CMYK
RGB Variations
Color information
#130B1B (or 0x130B1B) is known color: Blackcurrant. HEX triplet: 13, 0B and 1B. RGB value is (19,11,27). Sum of RGB (Red+Green+Blue) = 19+11+27=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 11 (4.69% from 255 or 19.30% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #130B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B1B is #ECF4E4. Grayscale: #0F0F0F. Windows color (decimal): -15529189 or 1772307. OLE color: 1772307.
HSL color Cylindrical-coordinate representation of color #130B1B: hue angle of 270º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #130B1B is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 11 | 27 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.89 |
| HSL | 270º | 0.42% | 0.07% | - |
| HSV(B) | 270º | 0.59% | 0.11% | - |
| XYZ | 0.59 | 0.46 | 1.09 | - |
| YUV | 15.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 27 | 0.30 | 0.59 | 0 | 0.89 | 270 | 0.42 | 0.07 |
| Hex | 13 | B | 1B | 1E | 3B | 0 | 59 | 10E | 2A | 7 |
| Octal | 23 | 13 | 33 | 36 | 73 | 0 | 131 | 416 | 52 | 7 |
| Binary | 10011 | 1011 | 11011 | 11110 | 111011 | 0 | 1011001 | 100001110 | 101010 | 111 |
Color Harmonies of #130B1B
Complementary color
Monochromatic Colors of #130B1B
Black with #130B1B
Text Example
Text Example
White with #130B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B1B; }
p { color: rgb(19,11,27); }
H1.HeaderClassName
{
color: #130B1B;
}
.AnyTagClassName
{
color: #130B1B;
}
</style>
background-color css
<style>
a { background-color: #130B1B; }
a { background-color: rgb(19,11,27); }
div.DivClassName
{
background-color: #130B1B;
}
.BgClassName
{
background-color: #130B1B;
}
</style>
border-color css
<style>
span { border-color: #130B1B; }
span { border-color: rgb(19,11,27); }
td.TdClassName
{
border-color: #130B1B;
}
.TagClassName
{
border-color: #130B1B;
}
</style>