Shades of Blackcurrant #400453
Tints of Blackcurrant #400453
RGB
CMYK
RGB Variations
Color information
#400453 (or 0x400453) is known color: Blackcurrant. HEX triplet: 40, 04 and 53. RGB value is (64,4,83). Sum of RGB (Red+Green+Blue) = 64+4+83=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #400453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400453 is #BFFBAC. Grayscale: #1E1E1E. Windows color (decimal): -12581805 or 5440576. OLE color: 5440576.
HSL color Cylindrical-coordinate representation of color #400453: hue angle of 285.57º 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 #400453 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 4 | 83 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.67 |
| HSL | 285.57º | 0.91% | 0.17% | - |
| HSV(B) | 285.57º | 0.95% | 0.33% | - |
| XYZ | 3.72 | 1.8 | 8.34 | - |
| YUV | 30.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 83 | 0.23 | 0.95 | 0 | 0.67 | 285.57 | 0.91 | 0.17 |
| Hex | 40 | 4 | 53 | 17 | 5F | 0 | 43 | 11E | 5B | 11 |
| Octal | 100 | 4 | 123 | 27 | 137 | 0 | 103 | 436 | 133 | 21 |
| Binary | 1000000 | 100 | 1010011 | 10111 | 1011111 | 0 | 1000011 | 100011110 | 1011011 | 10001 |
Color Harmonies of #400453
Complementary color
Monochromatic Colors of #400453
Black with #400453
Text Example
Text Example
White with #400453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400453; }
p { color: rgb(64,4,83); }
H1.HeaderClassName
{
color: #400453;
}
.AnyTagClassName
{
color: #400453;
}
</style>
background-color css
<style>
a { background-color: #400453; }
a { background-color: rgb(64,4,83); }
div.DivClassName
{
background-color: #400453;
}
.BgClassName
{
background-color: #400453;
}
</style>
border-color css
<style>
span { border-color: #400453; }
span { border-color: rgb(64,4,83); }
td.TdClassName
{
border-color: #400453;
}
.TagClassName
{
border-color: #400453;
}
</style>