Shades of Blackcurrant #400A53
Tints of Blackcurrant #400A53
RGB
CMYK
RGB Variations
Color information
#400A53 (or 0x400A53) is known color: Blackcurrant. HEX triplet: 40, 0A and 53. RGB value is (64,10,83). Sum of RGB (Red+Green+Blue) = 64+10+83=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #400A53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A53 is #BFF5AC. Grayscale: #222222. Windows color (decimal): -12580269 or 5442112. OLE color: 5442112.
HSL color Cylindrical-coordinate representation of color #400A53: hue angle of 284.38º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400A53 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 10 | 83 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.67 |
| HSL | 284.38º | 0.78% | 0.18% | - |
| HSV(B) | 284.38º | 0.88% | 0.33% | - |
| XYZ | 3.78 | 1.93 | 8.36 | - |
| YUV | 34.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 83 | 0.23 | 0.88 | 0 | 0.67 | 284.38 | 0.78 | 0.18 |
| Hex | 40 | A | 53 | 17 | 58 | 0 | 43 | 11C | 4E | 12 |
| Octal | 100 | 12 | 123 | 27 | 130 | 0 | 103 | 434 | 116 | 22 |
| Binary | 1000000 | 1010 | 1010011 | 10111 | 1011000 | 0 | 1000011 | 100011100 | 1001110 | 10010 |
Color Harmonies of #400A53
Complementary color
Monochromatic Colors of #400A53
Black with #400A53
Text Example
Text Example
White with #400A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A53; }
p { color: rgb(64,10,83); }
H1.HeaderClassName
{
color: #400A53;
}
.AnyTagClassName
{
color: #400A53;
}
</style>
background-color css
<style>
a { background-color: #400A53; }
a { background-color: rgb(64,10,83); }
div.DivClassName
{
background-color: #400A53;
}
.BgClassName
{
background-color: #400A53;
}
</style>
border-color css
<style>
span { border-color: #400A53; }
span { border-color: rgb(64,10,83); }
td.TdClassName
{
border-color: #400A53;
}
.TagClassName
{
border-color: #400A53;
}
</style>