Shades of Blackcurrant #130920
Tints of Blackcurrant #130920
RGB
CMYK
RGB Variations
Color information
#130920 (or 0x130920) is known color: Blackcurrant. HEX triplet: 13, 09 and 20. RGB value is (19,9,32). Sum of RGB (Red+Green+Blue) = 19+9+32=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #130920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130920 is #ECF6DF. Grayscale: #0E0E0E. Windows color (decimal): -15529696 or 2099475. OLE color: 2099475.
HSL color Cylindrical-coordinate representation of color #130920: hue angle of 266.09º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130920 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 9 | 32 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.87 |
| HSL | 266.09º | 0.56% | 0.08% | - |
| HSV(B) | 266.09º | 0.72% | 0.13% | - |
| XYZ | 0.63 | 0.44 | 1.42 | - |
| YUV | 14.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 32 | 0.41 | 0.72 | 0 | 0.87 | 266.09 | 0.56 | 0.08 |
| Hex | 13 | 9 | 20 | 29 | 48 | 0 | 57 | 10A | 38 | 8 |
| Octal | 23 | 11 | 40 | 51 | 110 | 0 | 127 | 412 | 70 | 10 |
| Binary | 10011 | 1001 | 100000 | 101001 | 1001000 | 0 | 1010111 | 100001010 | 111000 | 1000 |
Color Harmonies of #130920
Complementary color
Monochromatic Colors of #130920
Black with #130920
Text Example
Text Example
White with #130920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130920; }
p { color: rgb(19,9,32); }
H1.HeaderClassName
{
color: #130920;
}
.AnyTagClassName
{
color: #130920;
}
</style>
background-color css
<style>
a { background-color: #130920; }
a { background-color: rgb(19,9,32); }
div.DivClassName
{
background-color: #130920;
}
.BgClassName
{
background-color: #130920;
}
</style>
border-color css
<style>
span { border-color: #130920; }
span { border-color: rgb(19,9,32); }
td.TdClassName
{
border-color: #130920;
}
.TagClassName
{
border-color: #130920;
}
</style>