Shades of Blackcurrant #130232
Tints of Blackcurrant #130232
RGB
CMYK
RGB Variations
Color information
#130232 (or 0x130232) is known color: Blackcurrant. HEX triplet: 13, 02 and 32. RGB value is (19,2,50). Sum of RGB (Red+Green+Blue) = 19+2+50=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #130232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130232 is #ECFDCD. Grayscale: #0C0C0C. Windows color (decimal): -15531470 or 3277331. OLE color: 3277331.
HSL color Cylindrical-coordinate representation of color #130232: hue angle of 261.25º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130232 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 2 | 50 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.80 |
| HSL | 261.25º | 0.92% | 0.1% | - |
| HSV(B) | 261.25º | 0.96% | 0.2% | - |
| XYZ | 0.87 | 0.41 | 3.05 | - |
| YUV | 12.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 50 | 0.62 | 0.96 | 0 | 0.80 | 261.25 | 0.92 | 0.1 |
| Hex | 13 | 2 | 32 | 3E | 60 | 0 | 50 | 105 | 5C | A |
| Octal | 23 | 2 | 62 | 76 | 140 | 0 | 120 | 405 | 134 | 12 |
| Binary | 10011 | 10 | 110010 | 111110 | 1100000 | 0 | 1010000 | 100000101 | 1011100 | 1010 |
Color Harmonies of #130232
Complementary color
Monochromatic Colors of #130232
Black with #130232
Text Example
Text Example
White with #130232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130232; }
p { color: rgb(19,2,50); }
H1.HeaderClassName
{
color: #130232;
}
.AnyTagClassName
{
color: #130232;
}
</style>
background-color css
<style>
a { background-color: #130232; }
a { background-color: rgb(19,2,50); }
div.DivClassName
{
background-color: #130232;
}
.BgClassName
{
background-color: #130232;
}
</style>
border-color css
<style>
span { border-color: #130232; }
span { border-color: rgb(19,2,50); }
td.TdClassName
{
border-color: #130232;
}
.TagClassName
{
border-color: #130232;
}
</style>