Shades of Blackcurrant #130434
Tints of Blackcurrant #130434
RGB
CMYK
RGB Variations
Color information
#130434 (or 0x130434) is known color: Blackcurrant. HEX triplet: 13, 04 and 34. RGB value is (19,4,52). Sum of RGB (Red+Green+Blue) = 19+4+52=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #130434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130434 is #ECFBCB. Grayscale: #0D0D0D. Windows color (decimal): -15530956 or 3408915. OLE color: 3408915.
HSL color Cylindrical-coordinate representation of color #130434: hue angle of 258.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130434 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 4 | 52 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.80 |
| HSL | 258.75º | 0.86% | 0.11% | - |
| HSV(B) | 258.75º | 0.92% | 0.2% | - |
| XYZ | 0.93 | 0.47 | 3.29 | - |
| YUV | 13.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 52 | 0.63 | 0.92 | 0 | 0.80 | 258.75 | 0.86 | 0.11 |
| Hex | 13 | 4 | 34 | 3F | 5C | 0 | 50 | 103 | 56 | B |
| Octal | 23 | 4 | 64 | 77 | 134 | 0 | 120 | 403 | 126 | 13 |
| Binary | 10011 | 100 | 110100 | 111111 | 1011100 | 0 | 1010000 | 100000011 | 1010110 | 1011 |
Color Harmonies of #130434
Complementary color
Monochromatic Colors of #130434
Black with #130434
Text Example
Text Example
White with #130434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130434; }
p { color: rgb(19,4,52); }
H1.HeaderClassName
{
color: #130434;
}
.AnyTagClassName
{
color: #130434;
}
</style>
background-color css
<style>
a { background-color: #130434; }
a { background-color: rgb(19,4,52); }
div.DivClassName
{
background-color: #130434;
}
.BgClassName
{
background-color: #130434;
}
</style>
border-color css
<style>
span { border-color: #130434; }
span { border-color: rgb(19,4,52); }
td.TdClassName
{
border-color: #130434;
}
.TagClassName
{
border-color: #130434;
}
</style>