Shades of Blackcurrant #400B53
Tints of Blackcurrant #400B53
RGB
CMYK
RGB Variations
Color information
#400B53 (or 0x400B53) is known color: Blackcurrant. HEX triplet: 40, 0B and 53. RGB value is (64,11,83). Sum of RGB (Red+Green+Blue) = 64+11+83=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #400B53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B53 is #BFF4AC. Grayscale: #222222. Windows color (decimal): -12580013 or 5442368. OLE color: 5442368.
HSL color Cylindrical-coordinate representation of color #400B53: hue angle of 284.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400B53 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 11 | 83 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.67 |
| HSL | 284.17º | 0.77% | 0.18% | - |
| HSV(B) | 284.17º | 0.87% | 0.33% | - |
| XYZ | 3.8 | 1.95 | 8.36 | - |
| YUV | 35.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 83 | 0.23 | 0.87 | 0 | 0.67 | 284.17 | 0.77 | 0.18 |
| Hex | 40 | B | 53 | 17 | 57 | 0 | 43 | 11C | 4D | 12 |
| Octal | 100 | 13 | 123 | 27 | 127 | 0 | 103 | 434 | 115 | 22 |
| Binary | 1000000 | 1011 | 1010011 | 10111 | 1010111 | 0 | 1000011 | 100011100 | 1001101 | 10010 |
Color Harmonies of #400B53
Complementary color
Monochromatic Colors of #400B53
Black with #400B53
Text Example
Text Example
White with #400B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B53; }
p { color: rgb(64,11,83); }
H1.HeaderClassName
{
color: #400B53;
}
.AnyTagClassName
{
color: #400B53;
}
</style>
background-color css
<style>
a { background-color: #400B53; }
a { background-color: rgb(64,11,83); }
div.DivClassName
{
background-color: #400B53;
}
.BgClassName
{
background-color: #400B53;
}
</style>
border-color css
<style>
span { border-color: #400B53; }
span { border-color: rgb(64,11,83); }
td.TdClassName
{
border-color: #400B53;
}
.TagClassName
{
border-color: #400B53;
}
</style>