Shades of Blackcurrant #410253
Tints of Blackcurrant #410253
RGB
CMYK
RGB Variations
Color information
#410253 (or 0x410253) is known color: Blackcurrant. HEX triplet: 41, 02 and 53. RGB value is (65,2,83). Sum of RGB (Red+Green+Blue) = 65+2+83=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #410253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410253 is #BEFDAC. Grayscale: #1D1D1D. Windows color (decimal): -12516781 or 5440065. OLE color: 5440065.
HSL color Cylindrical-coordinate representation of color #410253: hue angle of 286.67º 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 #410253 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 2 | 83 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.67 |
| HSL | 286.67º | 0.95% | 0.17% | - |
| HSV(B) | 286.67º | 0.98% | 0.33% | - |
| XYZ | 3.76 | 1.79 | 8.33 | - |
| YUV | 30.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 83 | 0.22 | 0.98 | 0 | 0.67 | 286.67 | 0.95 | 0.17 |
| Hex | 41 | 2 | 53 | 16 | 62 | 0 | 43 | 11F | 5F | 11 |
| Octal | 101 | 2 | 123 | 26 | 142 | 0 | 103 | 437 | 137 | 21 |
| Binary | 1000001 | 10 | 1010011 | 10110 | 1100010 | 0 | 1000011 | 100011111 | 1011111 | 10001 |
Color Harmonies of #410253
Complementary color
Monochromatic Colors of #410253
Black with #410253
Text Example
Text Example
White with #410253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410253; }
p { color: rgb(65,2,83); }
H1.HeaderClassName
{
color: #410253;
}
.AnyTagClassName
{
color: #410253;
}
</style>
background-color css
<style>
a { background-color: #410253; }
a { background-color: rgb(65,2,83); }
div.DivClassName
{
background-color: #410253;
}
.BgClassName
{
background-color: #410253;
}
</style>
border-color css
<style>
span { border-color: #410253; }
span { border-color: rgb(65,2,83); }
td.TdClassName
{
border-color: #410253;
}
.TagClassName
{
border-color: #410253;
}
</style>