Shades of Blackcurrant #130925
Tints of Blackcurrant #130925
RGB
CMYK
RGB Variations
Color information
#130925 (or 0x130925) is known color: Blackcurrant. HEX triplet: 13, 09 and 25. RGB value is (19,9,37). Sum of RGB (Red+Green+Blue) = 19+9+37=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #130925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130925 is #ECF6DA. Grayscale: #0F0F0F. Windows color (decimal): -15529691 or 2427155. OLE color: 2427155.
HSL color Cylindrical-coordinate representation of color #130925: hue angle of 261.43º degrees, saturation: 0.61, 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 #130925 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 9 | 37 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.85 |
| HSL | 261.43º | 0.61% | 0.09% | - |
| HSV(B) | 261.43º | 0.76% | 0.15% | - |
| XYZ | 0.7 | 0.47 | 1.8 | - |
| YUV | 15.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 37 | 0.49 | 0.76 | 0 | 0.85 | 261.43 | 0.61 | 0.09 |
| Hex | 13 | 9 | 25 | 31 | 4C | 0 | 55 | 105 | 3D | 9 |
| Octal | 23 | 11 | 45 | 61 | 114 | 0 | 125 | 405 | 75 | 11 |
| Binary | 10011 | 1001 | 100101 | 110001 | 1001100 | 0 | 1010101 | 100000101 | 111101 | 1001 |
Color Harmonies of #130925
Complementary color
Monochromatic Colors of #130925
Black with #130925
Text Example
Text Example
White with #130925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130925; }
p { color: rgb(19,9,37); }
H1.HeaderClassName
{
color: #130925;
}
.AnyTagClassName
{
color: #130925;
}
</style>
background-color css
<style>
a { background-color: #130925; }
a { background-color: rgb(19,9,37); }
div.DivClassName
{
background-color: #130925;
}
.BgClassName
{
background-color: #130925;
}
</style>
border-color css
<style>
span { border-color: #130925; }
span { border-color: rgb(19,9,37); }
td.TdClassName
{
border-color: #130925;
}
.TagClassName
{
border-color: #130925;
}
</style>