Shades of Blackcurrant #13091C
Tints of Blackcurrant #13091C
RGB
CMYK
RGB Variations
Color information
#13091C (or 0x13091C) is known color: Blackcurrant. HEX triplet: 13, 09 and 1C. RGB value is (19,9,28). Sum of RGB (Red+Green+Blue) = 19+9+28=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #13091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13091C is #ECF6E3. Grayscale: #0E0E0E. Windows color (decimal): -15529700 or 1837331. OLE color: 1837331.
HSL color Cylindrical-coordinate representation of color #13091C: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13091C is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 9 | 28 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.89 |
| HSL | 271.58º | 0.51% | 0.07% | - |
| HSV(B) | 271.58º | 0.68% | 0.11% | - |
| XYZ | 0.58 | 0.42 | 1.15 | - |
| YUV | 14.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 28 | 0.32 | 0.68 | 0 | 0.89 | 271.58 | 0.51 | 0.07 |
| Hex | 13 | 9 | 1C | 20 | 44 | 0 | 59 | 110 | 33 | 7 |
| Octal | 23 | 11 | 34 | 40 | 104 | 0 | 131 | 420 | 63 | 7 |
| Binary | 10011 | 1001 | 11100 | 100000 | 1000100 | 0 | 1011001 | 100010000 | 110011 | 111 |
Color Harmonies of #13091C
Complementary color
Monochromatic Colors of #13091C
Black with #13091C
Text Example
Text Example
White with #13091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13091C; }
p { color: rgb(19,9,28); }
H1.HeaderClassName
{
color: #13091C;
}
.AnyTagClassName
{
color: #13091C;
}
</style>
background-color css
<style>
a { background-color: #13091C; }
a { background-color: rgb(19,9,28); }
div.DivClassName
{
background-color: #13091C;
}
.BgClassName
{
background-color: #13091C;
}
</style>
border-color css
<style>
span { border-color: #13091C; }
span { border-color: rgb(19,9,28); }
td.TdClassName
{
border-color: #13091C;
}
.TagClassName
{
border-color: #13091C;
}
</style>