Shades of Blackcurrant #450250
Tints of Blackcurrant #450250
RGB
CMYK
RGB Variations
Color information
#450250 (or 0x450250) is known color: Blackcurrant. HEX triplet: 45, 02 and 50. RGB value is (69,2,80). Sum of RGB (Red+Green+Blue) = 69+2+80=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #450250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450250 is #BAFDAF. Grayscale: #1E1E1E. Windows color (decimal): -12254640 or 5243461. OLE color: 5243461.
HSL color Cylindrical-coordinate representation of color #450250: hue angle of 291.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450250 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 2 | 80 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.69 |
| HSL | 291.54º | 0.95% | 0.16% | - |
| HSV(B) | 291.54º | 0.98% | 0.31% | - |
| XYZ | 3.92 | 1.89 | 7.75 | - |
| YUV | 30.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 80 | 0.14 | 0.98 | 0 | 0.69 | 291.54 | 0.95 | 0.16 |
| Hex | 45 | 2 | 50 | E | 62 | 0 | 45 | 124 | 5F | 10 |
| Octal | 105 | 2 | 120 | 16 | 142 | 0 | 105 | 444 | 137 | 20 |
| Binary | 1000101 | 10 | 1010000 | 1110 | 1100010 | 0 | 1000101 | 100100100 | 1011111 | 10000 |
Color Harmonies of #450250
Complementary color
Monochromatic Colors of #450250
Black with #450250
Text Example
Text Example
White with #450250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450250; }
p { color: rgb(69,2,80); }
H1.HeaderClassName
{
color: #450250;
}
.AnyTagClassName
{
color: #450250;
}
</style>
background-color css
<style>
a { background-color: #450250; }
a { background-color: rgb(69,2,80); }
div.DivClassName
{
background-color: #450250;
}
.BgClassName
{
background-color: #450250;
}
</style>
border-color css
<style>
span { border-color: #450250; }
span { border-color: rgb(69,2,80); }
td.TdClassName
{
border-color: #450250;
}
.TagClassName
{
border-color: #450250;
}
</style>