Shades of Blackcurrant #450255
Tints of Blackcurrant #450255
RGB
CMYK
RGB Variations
Color information
#450255 (or 0x450255) is known color: Blackcurrant. HEX triplet: 45, 02 and 55. RGB value is (69,2,85). Sum of RGB (Red+Green+Blue) = 69+2+85=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #450255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450255 is #BAFDAA. Grayscale: #1F1F1F. Windows color (decimal): -12254635 or 5571141. OLE color: 5571141.
HSL color Cylindrical-coordinate representation of color #450255: hue angle of 288.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450255 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 2 | 85 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.67 |
| HSL | 288.43º | 0.95% | 0.17% | - |
| HSV(B) | 288.43º | 0.98% | 0.33% | - |
| XYZ | 4.12 | 1.96 | 8.76 | - |
| YUV | 31.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 85 | 0.19 | 0.98 | 0 | 0.67 | 288.43 | 0.95 | 0.17 |
| Hex | 45 | 2 | 55 | 13 | 62 | 0 | 43 | 120 | 5F | 11 |
| Octal | 105 | 2 | 125 | 23 | 142 | 0 | 103 | 440 | 137 | 21 |
| Binary | 1000101 | 10 | 1010101 | 10011 | 1100010 | 0 | 1000011 | 100100000 | 1011111 | 10001 |
Color Harmonies of #450255
Complementary color
Monochromatic Colors of #450255
Black with #450255
Text Example
Text Example
White with #450255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450255; }
p { color: rgb(69,2,85); }
H1.HeaderClassName
{
color: #450255;
}
.AnyTagClassName
{
color: #450255;
}
</style>
background-color css
<style>
a { background-color: #450255; }
a { background-color: rgb(69,2,85); }
div.DivClassName
{
background-color: #450255;
}
.BgClassName
{
background-color: #450255;
}
</style>
border-color css
<style>
span { border-color: #450255; }
span { border-color: rgb(69,2,85); }
td.TdClassName
{
border-color: #450255;
}
.TagClassName
{
border-color: #450255;
}
</style>