Shades of Blackcurrant #400F52
Tints of Blackcurrant #400F52
RGB
CMYK
RGB Variations
Color information
#400F52 (or 0x400F52) is known color: Blackcurrant. HEX triplet: 40, 0F and 52. RGB value is (64,15,82). Sum of RGB (Red+Green+Blue) = 64+15+82=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #400F52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F52 is #BFF0AD. Grayscale: #252525. Windows color (decimal): -12578990 or 5377856. OLE color: 5377856.
HSL color Cylindrical-coordinate representation of color #400F52: hue angle of 283.88º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #400F52 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 15 | 82 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.68 |
| HSL | 283.88º | 0.69% | 0.19% | - |
| HSV(B) | 283.88º | 0.82% | 0.32% | - |
| XYZ | 3.81 | 2.04 | 8.18 | - |
| YUV | 37.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 82 | 0.22 | 0.82 | 0 | 0.68 | 283.88 | 0.69 | 0.19 |
| Hex | 40 | F | 52 | 16 | 52 | 0 | 44 | 11C | 45 | 13 |
| Octal | 100 | 17 | 122 | 26 | 122 | 0 | 104 | 434 | 105 | 23 |
| Binary | 1000000 | 1111 | 1010010 | 10110 | 1010010 | 0 | 1000100 | 100011100 | 1000101 | 10011 |
Color Harmonies of #400F52
Complementary color
Monochromatic Colors of #400F52
Black with #400F52
Text Example
Text Example
White with #400F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F52; }
p { color: rgb(64,15,82); }
H1.HeaderClassName
{
color: #400F52;
}
.AnyTagClassName
{
color: #400F52;
}
</style>
background-color css
<style>
a { background-color: #400F52; }
a { background-color: rgb(64,15,82); }
div.DivClassName
{
background-color: #400F52;
}
.BgClassName
{
background-color: #400F52;
}
</style>
border-color css
<style>
span { border-color: #400F52; }
span { border-color: rgb(64,15,82); }
td.TdClassName
{
border-color: #400F52;
}
.TagClassName
{
border-color: #400F52;
}
</style>