Shades of Blackcurrant #460353
Tints of Blackcurrant #460353
RGB
CMYK
RGB Variations
Color information
#460353 (or 0x460353) is known color: Blackcurrant. HEX triplet: 46, 03 and 53. RGB value is (70,3,83). Sum of RGB (Red+Green+Blue) = 70+3+83=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #460353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460353 is #B9FCAC. Grayscale: #1F1F1F. Windows color (decimal): -12188845 or 5440326. OLE color: 5440326.
HSL color Cylindrical-coordinate representation of color #460353: hue angle of 290.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460353 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 3 | 83 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.67 |
| HSL | 290.25º | 0.93% | 0.17% | - |
| HSV(B) | 290.25º | 0.96% | 0.33% | - |
| XYZ | 4.12 | 1.99 | 8.35 | - |
| YUV | 32.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 83 | 0.16 | 0.96 | 0 | 0.67 | 290.25 | 0.93 | 0.17 |
| Hex | 46 | 3 | 53 | 10 | 60 | 0 | 43 | 122 | 5D | 11 |
| Octal | 106 | 3 | 123 | 20 | 140 | 0 | 103 | 442 | 135 | 21 |
| Binary | 1000110 | 11 | 1010011 | 10000 | 1100000 | 0 | 1000011 | 100100010 | 1011101 | 10001 |
Color Harmonies of #460353
Complementary color
Monochromatic Colors of #460353
Black with #460353
Text Example
Text Example
White with #460353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460353; }
p { color: rgb(70,3,83); }
H1.HeaderClassName
{
color: #460353;
}
.AnyTagClassName
{
color: #460353;
}
</style>
background-color css
<style>
a { background-color: #460353; }
a { background-color: rgb(70,3,83); }
div.DivClassName
{
background-color: #460353;
}
.BgClassName
{
background-color: #460353;
}
</style>
border-color css
<style>
span { border-color: #460353; }
span { border-color: rgb(70,3,83); }
td.TdClassName
{
border-color: #460353;
}
.TagClassName
{
border-color: #460353;
}
</style>