Shades of Blackcurrant #40035A
Tints of Blackcurrant #40035A
RGB
CMYK
RGB Variations
Color information
#40035A (or 0x40035A) is known color: Blackcurrant. HEX triplet: 40, 03 and 5A. RGB value is (64,3,90). Sum of RGB (Red+Green+Blue) = 64+3+90=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #40035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035A is #BFFCA5. Grayscale: #1E1E1E. Windows color (decimal): -12582054 or 5899072. OLE color: 5899072.
HSL color Cylindrical-coordinate representation of color #40035A: hue angle of 282.07º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40035A is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 3 | 90 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.65 |
| HSL | 282.07º | 0.94% | 0.18% | - |
| HSV(B) | 282.07º | 0.97% | 0.35% | - |
| XYZ | 3.99 | 1.89 | 9.83 | - |
| YUV | 31.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 90 | 0.29 | 0.97 | 0 | 0.65 | 282.07 | 0.94 | 0.18 |
| Hex | 40 | 3 | 5A | 1D | 61 | 0 | 41 | 11A | 5E | 12 |
| Octal | 100 | 3 | 132 | 35 | 141 | 0 | 101 | 432 | 136 | 22 |
| Binary | 1000000 | 11 | 1011010 | 11101 | 1100001 | 0 | 1000001 | 100011010 | 1011110 | 10010 |
Color Harmonies of #40035A
Complementary color
Monochromatic Colors of #40035A
Black with #40035A
Text Example
Text Example
White with #40035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40035A; }
p { color: rgb(64,3,90); }
H1.HeaderClassName
{
color: #40035A;
}
.AnyTagClassName
{
color: #40035A;
}
</style>
background-color css
<style>
a { background-color: #40035A; }
a { background-color: rgb(64,3,90); }
div.DivClassName
{
background-color: #40035A;
}
.BgClassName
{
background-color: #40035A;
}
</style>
border-color css
<style>
span { border-color: #40035A; }
span { border-color: rgb(64,3,90); }
td.TdClassName
{
border-color: #40035A;
}
.TagClassName
{
border-color: #40035A;
}
</style>