Shades of Blackcurrant #35154E
Tints of Blackcurrant #35154E
RGB
CMYK
RGB Variations
Color information
#35154E (or 0x35154E) is known color: Blackcurrant. HEX triplet: 35, 15 and 4E. RGB value is (53,21,78). Sum of RGB (Red+Green+Blue) = 53+21+78=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #35154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35154E is #CAEAB1. Grayscale: #242424. Windows color (decimal): -13298354 or 5117237. OLE color: 5117237.
HSL color Cylindrical-coordinate representation of color #35154E: hue angle of 273.68º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35154E is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 21 | 78 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.69 |
| HSL | 273.68º | 0.58% | 0.19% | - |
| HSV(B) | 273.68º | 0.73% | 0.31% | - |
| XYZ | 3.11 | 1.84 | 7.4 | - |
| YUV | 37.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 78 | 0.32 | 0.73 | 0 | 0.69 | 273.68 | 0.58 | 0.19 |
| Hex | 35 | 15 | 4E | 20 | 49 | 0 | 45 | 112 | 3A | 13 |
| Octal | 65 | 25 | 116 | 40 | 111 | 0 | 105 | 422 | 72 | 23 |
| Binary | 110101 | 10101 | 1001110 | 100000 | 1001001 | 0 | 1000101 | 100010010 | 111010 | 10011 |
Color Harmonies of #35154E
Complementary color
Monochromatic Colors of #35154E
Black with #35154E
Text Example
Text Example
White with #35154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35154E; }
p { color: rgb(53,21,78); }
H1.HeaderClassName
{
color: #35154E;
}
.AnyTagClassName
{
color: #35154E;
}
</style>
background-color css
<style>
a { background-color: #35154E; }
a { background-color: rgb(53,21,78); }
div.DivClassName
{
background-color: #35154E;
}
.BgClassName
{
background-color: #35154E;
}
</style>
border-color css
<style>
span { border-color: #35154E; }
span { border-color: rgb(53,21,78); }
td.TdClassName
{
border-color: #35154E;
}
.TagClassName
{
border-color: #35154E;
}
</style>