Shades of Blackcurrant #450353
Tints of Blackcurrant #450353
RGB
CMYK
RGB Variations
Color information
#450353 (or 0x450353) is known color: Blackcurrant. HEX triplet: 45, 03 and 53. RGB value is (69,3,83). Sum of RGB (Red+Green+Blue) = 69+3+83=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #450353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450353 is #BAFCAC. Grayscale: #1F1F1F. Windows color (decimal): -12254381 or 5440325. OLE color: 5440325.
HSL color Cylindrical-coordinate representation of color #450353: hue angle of 289.5º 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 #450353 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 3 | 83 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.67 |
| HSL | 289.5º | 0.93% | 0.17% | - |
| HSV(B) | 289.5º | 0.96% | 0.33% | - |
| XYZ | 4.05 | 1.95 | 8.35 | - |
| YUV | 31.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 83 | 0.17 | 0.96 | 0 | 0.67 | 289.5 | 0.93 | 0.17 |
| Hex | 45 | 3 | 53 | 11 | 60 | 0 | 43 | 122 | 5D | 11 |
| Octal | 105 | 3 | 123 | 21 | 140 | 0 | 103 | 442 | 135 | 21 |
| Binary | 1000101 | 11 | 1010011 | 10001 | 1100000 | 0 | 1000011 | 100100010 | 1011101 | 10001 |
Color Harmonies of #450353
Complementary color
Monochromatic Colors of #450353
Black with #450353
Text Example
Text Example
White with #450353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450353; }
p { color: rgb(69,3,83); }
H1.HeaderClassName
{
color: #450353;
}
.AnyTagClassName
{
color: #450353;
}
</style>
background-color css
<style>
a { background-color: #450353; }
a { background-color: rgb(69,3,83); }
div.DivClassName
{
background-color: #450353;
}
.BgClassName
{
background-color: #450353;
}
</style>
border-color css
<style>
span { border-color: #450353; }
span { border-color: rgb(69,3,83); }
td.TdClassName
{
border-color: #450353;
}
.TagClassName
{
border-color: #450353;
}
</style>