Shades of Blackcurrant #400B52
Tints of Blackcurrant #400B52
RGB
CMYK
RGB Variations
Color information
#400B52 (or 0x400B52) is known color: Blackcurrant. HEX triplet: 40, 0B and 52. RGB value is (64,11,82). Sum of RGB (Red+Green+Blue) = 64+11+82=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #400B52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B52 is #BFF4AD. Grayscale: #222222. Windows color (decimal): -12580014 or 5376832. OLE color: 5376832.
HSL color Cylindrical-coordinate representation of color #400B52: hue angle of 284.79º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400B52 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 11 | 82 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.68 |
| HSL | 284.79º | 0.76% | 0.18% | - |
| HSV(B) | 284.79º | 0.87% | 0.32% | - |
| XYZ | 3.76 | 1.94 | 8.16 | - |
| YUV | 34.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 11 | 82 | 0.22 | 0.87 | 0 | 0.68 | 284.79 | 0.76 | 0.18 |
| Hex | 40 | B | 52 | 16 | 57 | 0 | 44 | 11D | 4C | 12 |
| Octal | 100 | 13 | 122 | 26 | 127 | 0 | 104 | 435 | 114 | 22 |
| Binary | 1000000 | 1011 | 1010010 | 10110 | 1010111 | 0 | 1000100 | 100011101 | 1001100 | 10010 |
Color Harmonies of #400B52
Complementary color
Monochromatic Colors of #400B52
Black with #400B52
Text Example
Text Example
White with #400B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400B52; }
p { color: rgb(64,11,82); }
H1.HeaderClassName
{
color: #400B52;
}
.AnyTagClassName
{
color: #400B52;
}
</style>
background-color css
<style>
a { background-color: #400B52; }
a { background-color: rgb(64,11,82); }
div.DivClassName
{
background-color: #400B52;
}
.BgClassName
{
background-color: #400B52;
}
</style>
border-color css
<style>
span { border-color: #400B52; }
span { border-color: rgb(64,11,82); }
td.TdClassName
{
border-color: #400B52;
}
.TagClassName
{
border-color: #400B52;
}
</style>