Shades of Blackcurrant #35094E
Tints of Blackcurrant #35094E
RGB
CMYK
RGB Variations
Color information
#35094E (or 0x35094E) is known color: Blackcurrant. HEX triplet: 35, 09 and 4E. RGB value is (53,9,78). Sum of RGB (Red+Green+Blue) = 53+9+78=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #35094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35094E is #CAF6B1. Grayscale: #1D1D1D. Windows color (decimal): -13301426 or 5114165. OLE color: 5114165.
HSL color Cylindrical-coordinate representation of color #35094E: hue angle of 278.26º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35094E is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 9 | 78 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.69 |
| HSL | 278.26º | 0.79% | 0.17% | - |
| HSV(B) | 278.26º | 0.88% | 0.31% | - |
| XYZ | 2.94 | 1.5 | 7.34 | - |
| YUV | 30.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 78 | 0.32 | 0.88 | 0 | 0.69 | 278.26 | 0.79 | 0.17 |
| Hex | 35 | 9 | 4E | 20 | 58 | 0 | 45 | 116 | 4F | 11 |
| Octal | 65 | 11 | 116 | 40 | 130 | 0 | 105 | 426 | 117 | 21 |
| Binary | 110101 | 1001 | 1001110 | 100000 | 1011000 | 0 | 1000101 | 100010110 | 1001111 | 10001 |
Color Harmonies of #35094E
Complementary color
Monochromatic Colors of #35094E
Black with #35094E
Text Example
Text Example
White with #35094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35094E; }
p { color: rgb(53,9,78); }
H1.HeaderClassName
{
color: #35094E;
}
.AnyTagClassName
{
color: #35094E;
}
</style>
background-color css
<style>
a { background-color: #35094E; }
a { background-color: rgb(53,9,78); }
div.DivClassName
{
background-color: #35094E;
}
.BgClassName
{
background-color: #35094E;
}
</style>
border-color css
<style>
span { border-color: #35094E; }
span { border-color: rgb(53,9,78); }
td.TdClassName
{
border-color: #35094E;
}
.TagClassName
{
border-color: #35094E;
}
</style>