Shades of Blackcurrant #400F48
Tints of Blackcurrant #400F48
RGB
CMYK
RGB Variations
Color information
#400F48 (or 0x400F48) is known color: Blackcurrant. HEX triplet: 40, 0F and 48. RGB value is (64,15,72). Sum of RGB (Red+Green+Blue) = 64+15+72=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #400F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F48 is #BFF0B7. Grayscale: #232323. Windows color (decimal): -12579000 or 4722496. OLE color: 4722496.
HSL color Cylindrical-coordinate representation of color #400F48: hue angle of 291.58º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #400F48 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 15 | 72 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.72 |
| HSL | 291.58º | 0.66% | 0.17% | - |
| HSV(B) | 291.58º | 0.79% | 0.28% | - |
| XYZ | 3.45 | 1.9 | 6.32 | - |
| YUV | 36.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 72 | 0.11 | 0.79 | 0 | 0.72 | 291.58 | 0.66 | 0.17 |
| Hex | 40 | F | 48 | B | 4F | 0 | 48 | 124 | 42 | 11 |
| Octal | 100 | 17 | 110 | 13 | 117 | 0 | 110 | 444 | 102 | 21 |
| Binary | 1000000 | 1111 | 1001000 | 1011 | 1001111 | 0 | 1001000 | 100100100 | 1000010 | 10001 |
Color Harmonies of #400F48
Complementary color
Monochromatic Colors of #400F48
Black with #400F48
Text Example
Text Example
White with #400F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F48; }
p { color: rgb(64,15,72); }
H1.HeaderClassName
{
color: #400F48;
}
.AnyTagClassName
{
color: #400F48;
}
</style>
background-color css
<style>
a { background-color: #400F48; }
a { background-color: rgb(64,15,72); }
div.DivClassName
{
background-color: #400F48;
}
.BgClassName
{
background-color: #400F48;
}
</style>
border-color css
<style>
span { border-color: #400F48; }
span { border-color: rgb(64,15,72); }
td.TdClassName
{
border-color: #400F48;
}
.TagClassName
{
border-color: #400F48;
}
</style>