Shades of Blackcurrant #35054E
Tints of Blackcurrant #35054E
RGB
CMYK
RGB Variations
Color information
#35054E (or 0x35054E) is known color: Blackcurrant. HEX triplet: 35, 05 and 4E. RGB value is (53,5,78). Sum of RGB (Red+Green+Blue) = 53+5+78=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #35054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35054E is #CAFAB1. Grayscale: #1B1B1B. Windows color (decimal): -13302450 or 5113141. OLE color: 5113141.
HSL color Cylindrical-coordinate representation of color #35054E: hue angle of 279.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35054E is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 5 | 78 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.69 |
| HSL | 279.45º | 0.88% | 0.16% | - |
| HSV(B) | 279.45º | 0.94% | 0.31% | - |
| XYZ | 2.9 | 1.42 | 7.33 | - |
| YUV | 27.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 78 | 0.32 | 0.94 | 0 | 0.69 | 279.45 | 0.88 | 0.16 |
| Hex | 35 | 5 | 4E | 20 | 5E | 0 | 45 | 117 | 58 | 10 |
| Octal | 65 | 5 | 116 | 40 | 136 | 0 | 105 | 427 | 130 | 20 |
| Binary | 110101 | 101 | 1001110 | 100000 | 1011110 | 0 | 1000101 | 100010111 | 1011000 | 10000 |
Color Harmonies of #35054E
Complementary color
Monochromatic Colors of #35054E
Black with #35054E
Text Example
Text Example
White with #35054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35054E; }
p { color: rgb(53,5,78); }
H1.HeaderClassName
{
color: #35054E;
}
.AnyTagClassName
{
color: #35054E;
}
</style>
background-color css
<style>
a { background-color: #35054E; }
a { background-color: rgb(53,5,78); }
div.DivClassName
{
background-color: #35054E;
}
.BgClassName
{
background-color: #35054E;
}
</style>
border-color css
<style>
span { border-color: #35054E; }
span { border-color: rgb(53,5,78); }
td.TdClassName
{
border-color: #35054E;
}
.TagClassName
{
border-color: #35054E;
}
</style>