Shades of Blackcurrant #36114E
Tints of Blackcurrant #36114E
RGB
CMYK
RGB Variations
Color information
#36114E (or 0x36114E) is known color: Blackcurrant. HEX triplet: 36, 11 and 4E. RGB value is (54,17,78). Sum of RGB (Red+Green+Blue) = 54+17+78=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #36114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36114E is #C9EEB1. Grayscale: #222222. Windows color (decimal): -13233842 or 5116214. OLE color: 5116214.
HSL color Cylindrical-coordinate representation of color #36114E: hue angle of 276.39º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36114E is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 17 | 78 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.69 |
| HSL | 276.39º | 0.64% | 0.19% | - |
| HSV(B) | 276.39º | 0.78% | 0.31% | - |
| XYZ | 3.1 | 1.74 | 7.38 | - |
| YUV | 35.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 78 | 0.31 | 0.78 | 0 | 0.69 | 276.39 | 0.64 | 0.19 |
| Hex | 36 | 11 | 4E | 1F | 4E | 0 | 45 | 114 | 40 | 13 |
| Octal | 66 | 21 | 116 | 37 | 116 | 0 | 105 | 424 | 100 | 23 |
| Binary | 110110 | 10001 | 1001110 | 11111 | 1001110 | 0 | 1000101 | 100010100 | 1000000 | 10011 |
Color Harmonies of #36114E
Complementary color
Monochromatic Colors of #36114E
Black with #36114E
Text Example
Text Example
White with #36114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36114E; }
p { color: rgb(54,17,78); }
H1.HeaderClassName
{
color: #36114E;
}
.AnyTagClassName
{
color: #36114E;
}
</style>
background-color css
<style>
a { background-color: #36114E; }
a { background-color: rgb(54,17,78); }
div.DivClassName
{
background-color: #36114E;
}
.BgClassName
{
background-color: #36114E;
}
</style>
border-color css
<style>
span { border-color: #36114E; }
span { border-color: rgb(54,17,78); }
td.TdClassName
{
border-color: #36114E;
}
.TagClassName
{
border-color: #36114E;
}
</style>