Shades of Blackcurrant #450453
Tints of Blackcurrant #450453
RGB
CMYK
RGB Variations
Color information
#450453 (or 0x450453) is known color: Blackcurrant. HEX triplet: 45, 04 and 53. RGB value is (69,4,83). Sum of RGB (Red+Green+Blue) = 69+4+83=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 4 (1.95% from 255 or 2.56% 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 #450453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450453 is #BAFBAC. Grayscale: #202020. Windows color (decimal): -12254125 or 5440581. OLE color: 5440581.
HSL color Cylindrical-coordinate representation of color #450453: hue angle of 289.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450453 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 4 | 83 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.67 |
| HSL | 289.37º | 0.91% | 0.17% | - |
| HSV(B) | 289.37º | 0.95% | 0.33% | - |
| XYZ | 4.06 | 1.98 | 8.35 | - |
| YUV | 32.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 4 | 83 | 0.17 | 0.95 | 0 | 0.67 | 289.37 | 0.91 | 0.17 |
| Hex | 45 | 4 | 53 | 11 | 5F | 0 | 43 | 121 | 5B | 11 |
| Octal | 105 | 4 | 123 | 21 | 137 | 0 | 103 | 441 | 133 | 21 |
| Binary | 1000101 | 100 | 1010011 | 10001 | 1011111 | 0 | 1000011 | 100100001 | 1011011 | 10001 |
Color Harmonies of #450453
Complementary color
Monochromatic Colors of #450453
Black with #450453
Text Example
Text Example
White with #450453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450453; }
p { color: rgb(69,4,83); }
H1.HeaderClassName
{
color: #450453;
}
.AnyTagClassName
{
color: #450453;
}
</style>
background-color css
<style>
a { background-color: #450453; }
a { background-color: rgb(69,4,83); }
div.DivClassName
{
background-color: #450453;
}
.BgClassName
{
background-color: #450453;
}
</style>
border-color css
<style>
span { border-color: #450453; }
span { border-color: rgb(69,4,83); }
td.TdClassName
{
border-color: #450453;
}
.TagClassName
{
border-color: #450453;
}
</style>