Shades of Blackcurrant #130921
Tints of Blackcurrant #130921
RGB
CMYK
RGB Variations
Color information
#130921 (or 0x130921) is known color: Blackcurrant. HEX triplet: 13, 09 and 21. RGB value is (19,9,33). Sum of RGB (Red+Green+Blue) = 19+9+33=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #130921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130921 is #ECF6DE. Grayscale: #0E0E0E. Windows color (decimal): -15529695 or 2165011. OLE color: 2165011.
HSL color Cylindrical-coordinate representation of color #130921: hue angle of 265º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #130921 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 9 | 33 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.87 |
| HSL | 265º | 0.57% | 0.08% | - |
| HSV(B) | 265º | 0.73% | 0.13% | - |
| XYZ | 0.64 | 0.44 | 1.49 | - |
| YUV | 14.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 33 | 0.42 | 0.73 | 0 | 0.87 | 265 | 0.57 | 0.08 |
| Hex | 13 | 9 | 21 | 2A | 49 | 0 | 57 | 109 | 39 | 8 |
| Octal | 23 | 11 | 41 | 52 | 111 | 0 | 127 | 411 | 71 | 10 |
| Binary | 10011 | 1001 | 100001 | 101010 | 1001001 | 0 | 1010111 | 100001001 | 111001 | 1000 |
Color Harmonies of #130921
Complementary color
Monochromatic Colors of #130921
Black with #130921
Text Example
Text Example
White with #130921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130921; }
p { color: rgb(19,9,33); }
H1.HeaderClassName
{
color: #130921;
}
.AnyTagClassName
{
color: #130921;
}
</style>
background-color css
<style>
a { background-color: #130921; }
a { background-color: rgb(19,9,33); }
div.DivClassName
{
background-color: #130921;
}
.BgClassName
{
background-color: #130921;
}
</style>
border-color css
<style>
span { border-color: #130921; }
span { border-color: rgb(19,9,33); }
td.TdClassName
{
border-color: #130921;
}
.TagClassName
{
border-color: #130921;
}
</style>