Shades of Blackcurrant #36084E
Tints of Blackcurrant #36084E
RGB
CMYK
RGB Variations
Color information
#36084E (or 0x36084E) is known color: Blackcurrant. HEX triplet: 36, 08 and 4E. RGB value is (54,8,78). Sum of RGB (Red+Green+Blue) = 54+8+78=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 8 (3.52% from 255 or 5.71% 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 #36084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36084E is #C9F7B1. Grayscale: #1D1D1D. Windows color (decimal): -13236146 or 5113910. OLE color: 5113910.
HSL color Cylindrical-coordinate representation of color #36084E: hue angle of 279.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36084E is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 8 | 78 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.69 |
| HSL | 279.43º | 0.81% | 0.17% | - |
| HSV(B) | 279.43º | 0.9% | 0.31% | - |
| XYZ | 2.98 | 1.51 | 7.34 | - |
| YUV | 29.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 78 | 0.31 | 0.90 | 0 | 0.69 | 279.43 | 0.81 | 0.17 |
| Hex | 36 | 8 | 4E | 1F | 5A | 0 | 45 | 117 | 51 | 11 |
| Octal | 66 | 10 | 116 | 37 | 132 | 0 | 105 | 427 | 121 | 21 |
| Binary | 110110 | 1000 | 1001110 | 11111 | 1011010 | 0 | 1000101 | 100010111 | 1010001 | 10001 |
Color Harmonies of #36084E
Complementary color
Monochromatic Colors of #36084E
Black with #36084E
Text Example
Text Example
White with #36084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36084E; }
p { color: rgb(54,8,78); }
H1.HeaderClassName
{
color: #36084E;
}
.AnyTagClassName
{
color: #36084E;
}
</style>
background-color css
<style>
a { background-color: #36084E; }
a { background-color: rgb(54,8,78); }
div.DivClassName
{
background-color: #36084E;
}
.BgClassName
{
background-color: #36084E;
}
</style>
border-color css
<style>
span { border-color: #36084E; }
span { border-color: rgb(54,8,78); }
td.TdClassName
{
border-color: #36084E;
}
.TagClassName
{
border-color: #36084E;
}
</style>