Shades of Blackcurrant #35004E
Tints of Blackcurrant #35004E
RGB
CMYK
RGB Variations
Color information
#35004E (or 0x35004E) is known color: Blackcurrant. HEX triplet: 35, 00 and 4E. RGB value is (53,0,78). Sum of RGB (Red+Green+Blue) = 53+0+78=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #35004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35004E is #CAFFB1. Grayscale: #181818. Windows color (decimal): -13303730 or 5111861. OLE color: 5111861.
HSL color Cylindrical-coordinate representation of color #35004E: hue angle of 280.77º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35004E is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 0 | 78 | - |
| CMYK | 0.32 | 1 | 0 | 0.69 |
| HSL | 280.77º | 1% | 0.15% | - |
| HSV(B) | 280.77º | 1% | 0.31% | - |
| XYZ | 2.84 | 1.31 | 7.31 | - |
| YUV | 24.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 78 | 0.32 | 1 | 0 | 0.69 | 280.77 | 1 | 0.15 |
| Hex | 35 | 0 | 4E | 20 | 64 | 0 | 45 | 119 | 64 | F |
| Octal | 65 | 0 | 116 | 40 | 144 | 0 | 105 | 431 | 144 | 17 |
| Binary | 110101 | 0 | 1001110 | 100000 | 1100100 | 0 | 1000101 | 100011001 | 1100100 | 1111 |
Color Harmonies of #35004E
Complementary color
Monochromatic Colors of #35004E
Black with #35004E
Text Example
Text Example
White with #35004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35004E; }
p { color: rgb(53,0,78); }
H1.HeaderClassName
{
color: #35004E;
}
.AnyTagClassName
{
color: #35004E;
}
</style>
background-color css
<style>
a { background-color: #35004E; }
a { background-color: rgb(53,0,78); }
div.DivClassName
{
background-color: #35004E;
}
.BgClassName
{
background-color: #35004E;
}
</style>
border-color css
<style>
span { border-color: #35004E; }
span { border-color: rgb(53,0,78); }
td.TdClassName
{
border-color: #35004E;
}
.TagClassName
{
border-color: #35004E;
}
</style>