Shades of Blackcurrant #400349
Tints of Blackcurrant #400349
RGB
CMYK
RGB Variations
Color information
#400349 (or 0x400349) is known color: Blackcurrant. HEX triplet: 40, 03 and 49. RGB value is (64,3,73). Sum of RGB (Red+Green+Blue) = 64+3+73=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #400349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400349 is #BFFCB6. Grayscale: #1D1D1D. Windows color (decimal): -12582071 or 4784960. OLE color: 4784960.
HSL color Cylindrical-coordinate representation of color #400349: hue angle of 292.29º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400349 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 3 | 73 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.71 |
| HSL | 292.29º | 0.92% | 0.15% | - |
| HSV(B) | 292.29º | 0.96% | 0.29% | - |
| XYZ | 3.35 | 1.64 | 6.44 | - |
| YUV | 29.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 73 | 0.12 | 0.96 | 0 | 0.71 | 292.29 | 0.92 | 0.15 |
| Hex | 40 | 3 | 49 | C | 60 | 0 | 47 | 124 | 5C | F |
| Octal | 100 | 3 | 111 | 14 | 140 | 0 | 107 | 444 | 134 | 17 |
| Binary | 1000000 | 11 | 1001001 | 1100 | 1100000 | 0 | 1000111 | 100100100 | 1011100 | 1111 |
Color Harmonies of #400349
Complementary color
Monochromatic Colors of #400349
Black with #400349
Text Example
Text Example
White with #400349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400349; }
p { color: rgb(64,3,73); }
H1.HeaderClassName
{
color: #400349;
}
.AnyTagClassName
{
color: #400349;
}
</style>
background-color css
<style>
a { background-color: #400349; }
a { background-color: rgb(64,3,73); }
div.DivClassName
{
background-color: #400349;
}
.BgClassName
{
background-color: #400349;
}
</style>
border-color css
<style>
span { border-color: #400349; }
span { border-color: rgb(64,3,73); }
td.TdClassName
{
border-color: #400349;
}
.TagClassName
{
border-color: #400349;
}
</style>