Shades of Blackcurrant #130926
Tints of Blackcurrant #130926
RGB
CMYK
RGB Variations
Color information
#130926 (or 0x130926) is known color: Blackcurrant. HEX triplet: 13, 09 and 26. RGB value is (19,9,38). Sum of RGB (Red+Green+Blue) = 19+9+38=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #130926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130926 is #ECF6D9. Grayscale: #0F0F0F. Windows color (decimal): -15529690 or 2492691. OLE color: 2492691.
HSL color Cylindrical-coordinate representation of color #130926: hue angle of 260.69º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #130926 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 9 | 38 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.85 |
| HSL | 260.69º | 0.62% | 0.09% | - |
| HSV(B) | 260.69º | 0.76% | 0.15% | - |
| XYZ | 0.72 | 0.47 | 1.89 | - |
| YUV | 15.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 38 | 0.50 | 0.76 | 0 | 0.85 | 260.69 | 0.62 | 0.09 |
| Hex | 13 | 9 | 26 | 32 | 4C | 0 | 55 | 105 | 3E | 9 |
| Octal | 23 | 11 | 46 | 62 | 114 | 0 | 125 | 405 | 76 | 11 |
| Binary | 10011 | 1001 | 100110 | 110010 | 1001100 | 0 | 1010101 | 100000101 | 111110 | 1001 |
Color Harmonies of #130926
Complementary color
Monochromatic Colors of #130926
Black with #130926
Text Example
Text Example
White with #130926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130926; }
p { color: rgb(19,9,38); }
H1.HeaderClassName
{
color: #130926;
}
.AnyTagClassName
{
color: #130926;
}
</style>
background-color css
<style>
a { background-color: #130926; }
a { background-color: rgb(19,9,38); }
div.DivClassName
{
background-color: #130926;
}
.BgClassName
{
background-color: #130926;
}
</style>
border-color css
<style>
span { border-color: #130926; }
span { border-color: rgb(19,9,38); }
td.TdClassName
{
border-color: #130926;
}
.TagClassName
{
border-color: #130926;
}
</style>