Shades of Blackcurrant #130321
Tints of Blackcurrant #130321
RGB
CMYK
RGB Variations
Color information
#130321 (or 0x130321) is known color: Blackcurrant. HEX triplet: 13, 03 and 21. RGB value is (19,3,33). Sum of RGB (Red+Green+Blue) = 19+3+33=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #130321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130321 is #ECFCDE. Grayscale: #0B0B0B. Windows color (decimal): -15531231 or 2163475. OLE color: 2163475.
HSL color Cylindrical-coordinate representation of color #130321: hue angle of 272º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130321 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 3 | 33 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.87 |
| HSL | 272º | 0.83% | 0.07% | - |
| HSV(B) | 272º | 0.91% | 0.13% | - |
| XYZ | 0.58 | 0.31 | 1.47 | - |
| YUV | 11.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 33 | 0.42 | 0.91 | 0 | 0.87 | 272 | 0.83 | 0.07 |
| Hex | 13 | 3 | 21 | 2A | 5B | 0 | 57 | 110 | 53 | 7 |
| Octal | 23 | 3 | 41 | 52 | 133 | 0 | 127 | 420 | 123 | 7 |
| Binary | 10011 | 11 | 100001 | 101010 | 1011011 | 0 | 1010111 | 100010000 | 1010011 | 111 |
Color Harmonies of #130321
Complementary color
Monochromatic Colors of #130321
Black with #130321
Text Example
Text Example
White with #130321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130321; }
p { color: rgb(19,3,33); }
H1.HeaderClassName
{
color: #130321;
}
.AnyTagClassName
{
color: #130321;
}
</style>
background-color css
<style>
a { background-color: #130321; }
a { background-color: rgb(19,3,33); }
div.DivClassName
{
background-color: #130321;
}
.BgClassName
{
background-color: #130321;
}
</style>
border-color css
<style>
span { border-color: #130321; }
span { border-color: rgb(19,3,33); }
td.TdClassName
{
border-color: #130321;
}
.TagClassName
{
border-color: #130321;
}
</style>