Shades of Blackcurrant #130223
Tints of Blackcurrant #130223
RGB
CMYK
RGB Variations
Color information
#130223 (or 0x130223) is known color: Blackcurrant. HEX triplet: 13, 02 and 23. RGB value is (19,2,35). Sum of RGB (Red+Green+Blue) = 19+2+35=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #130223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130223 is #ECFDDC. Grayscale: #0A0A0A. Windows color (decimal): -15531485 or 2294291. OLE color: 2294291.
HSL color Cylindrical-coordinate representation of color #130223: hue angle of 270.91º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130223 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 2 | 35 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.86 |
| HSL | 270.91º | 0.89% | 0.07% | - |
| HSV(B) | 270.91º | 0.94% | 0.14% | - |
| XYZ | 0.59 | 0.3 | 1.62 | - |
| YUV | 10.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 35 | 0.46 | 0.94 | 0 | 0.86 | 270.91 | 0.89 | 0.07 |
| Hex | 13 | 2 | 23 | 2E | 5E | 0 | 56 | 10F | 59 | 7 |
| Octal | 23 | 2 | 43 | 56 | 136 | 0 | 126 | 417 | 131 | 7 |
| Binary | 10011 | 10 | 100011 | 101110 | 1011110 | 0 | 1010110 | 100001111 | 1011001 | 111 |
Color Harmonies of #130223
Complementary color
Monochromatic Colors of #130223
Black with #130223
Text Example
Text Example
White with #130223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130223; }
p { color: rgb(19,2,35); }
H1.HeaderClassName
{
color: #130223;
}
.AnyTagClassName
{
color: #130223;
}
</style>
background-color css
<style>
a { background-color: #130223; }
a { background-color: rgb(19,2,35); }
div.DivClassName
{
background-color: #130223;
}
.BgClassName
{
background-color: #130223;
}
</style>
border-color css
<style>
span { border-color: #130223; }
span { border-color: rgb(19,2,35); }
td.TdClassName
{
border-color: #130223;
}
.TagClassName
{
border-color: #130223;
}
</style>