Shades of Blackcurrant #35064E
Tints of Blackcurrant #35064E
RGB
CMYK
RGB Variations
Color information
#35064E (or 0x35064E) is known color: Blackcurrant. HEX triplet: 35, 06 and 4E. RGB value is (53,6,78). Sum of RGB (Red+Green+Blue) = 53+6+78=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #35064E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35064E is #CAF9B1. Grayscale: #1C1C1C. Windows color (decimal): -13302194 or 5113397. OLE color: 5113397.
HSL color Cylindrical-coordinate representation of color #35064E: hue angle of 279.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35064E is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 6 | 78 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.69 |
| HSL | 279.17º | 0.86% | 0.16% | - |
| HSV(B) | 279.17º | 0.92% | 0.31% | - |
| XYZ | 2.91 | 1.44 | 7.33 | - |
| YUV | 28.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 78 | 0.32 | 0.92 | 0 | 0.69 | 279.17 | 0.86 | 0.16 |
| Hex | 35 | 6 | 4E | 20 | 5C | 0 | 45 | 117 | 56 | 10 |
| Octal | 65 | 6 | 116 | 40 | 134 | 0 | 105 | 427 | 126 | 20 |
| Binary | 110101 | 110 | 1001110 | 100000 | 1011100 | 0 | 1000101 | 100010111 | 1010110 | 10000 |
Color Harmonies of #35064E
Complementary color
Monochromatic Colors of #35064E
Black with #35064E
Text Example
Text Example
White with #35064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35064E; }
p { color: rgb(53,6,78); }
H1.HeaderClassName
{
color: #35064E;
}
.AnyTagClassName
{
color: #35064E;
}
</style>
background-color css
<style>
a { background-color: #35064E; }
a { background-color: rgb(53,6,78); }
div.DivClassName
{
background-color: #35064E;
}
.BgClassName
{
background-color: #35064E;
}
</style>
border-color css
<style>
span { border-color: #35064E; }
span { border-color: rgb(53,6,78); }
td.TdClassName
{
border-color: #35064E;
}
.TagClassName
{
border-color: #35064E;
}
</style>