Shades of Blackcurrant #40074B
Tints of Blackcurrant #40074B
RGB
CMYK
RGB Variations
Color information
#40074B (or 0x40074B) is known color: Blackcurrant. HEX triplet: 40, 07 and 4B. RGB value is (64,7,75). Sum of RGB (Red+Green+Blue) = 64+7+75=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #40074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40074B is #BFF8B4. Grayscale: #1F1F1F. Windows color (decimal): -12581045 or 4917056. OLE color: 4917056.
HSL color Cylindrical-coordinate representation of color #40074B: hue angle of 290.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40074B is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 7 | 75 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.71 |
| HSL | 290.29º | 0.83% | 0.16% | - |
| HSV(B) | 290.29º | 0.91% | 0.29% | - |
| XYZ | 3.46 | 1.75 | 6.81 | - |
| YUV | 31.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 75 | 0.15 | 0.91 | 0 | 0.71 | 290.29 | 0.83 | 0.16 |
| Hex | 40 | 7 | 4B | F | 5B | 0 | 47 | 122 | 53 | 10 |
| Octal | 100 | 7 | 113 | 17 | 133 | 0 | 107 | 442 | 123 | 20 |
| Binary | 1000000 | 111 | 1001011 | 1111 | 1011011 | 0 | 1000111 | 100100010 | 1010011 | 10000 |
Color Harmonies of #40074B
Complementary color
Monochromatic Colors of #40074B
Black with #40074B
Text Example
Text Example
White with #40074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40074B; }
p { color: rgb(64,7,75); }
H1.HeaderClassName
{
color: #40074B;
}
.AnyTagClassName
{
color: #40074B;
}
</style>
background-color css
<style>
a { background-color: #40074B; }
a { background-color: rgb(64,7,75); }
div.DivClassName
{
background-color: #40074B;
}
.BgClassName
{
background-color: #40074B;
}
</style>
border-color css
<style>
span { border-color: #40074B; }
span { border-color: rgb(64,7,75); }
td.TdClassName
{
border-color: #40074B;
}
.TagClassName
{
border-color: #40074B;
}
</style>