Shades of Blackcurrant #36104E
Tints of Blackcurrant #36104E
RGB
CMYK
RGB Variations
Color information
#36104E (or 0x36104E) is known color: Blackcurrant. HEX triplet: 36, 10 and 4E. RGB value is (54,16,78). Sum of RGB (Red+Green+Blue) = 54+16+78=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #36104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36104E is #C9EFB1. Grayscale: #222222. Windows color (decimal): -13234098 or 5115958. OLE color: 5115958.
HSL color Cylindrical-coordinate representation of color #36104E: hue angle of 276.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36104E is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 16 | 78 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.69 |
| HSL | 276.77º | 0.66% | 0.18% | - |
| HSV(B) | 276.77º | 0.79% | 0.31% | - |
| XYZ | 3.08 | 1.7 | 7.37 | - |
| YUV | 34.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 78 | 0.31 | 0.79 | 0 | 0.69 | 276.77 | 0.66 | 0.18 |
| Hex | 36 | 10 | 4E | 1F | 4F | 0 | 45 | 115 | 42 | 12 |
| Octal | 66 | 20 | 116 | 37 | 117 | 0 | 105 | 425 | 102 | 22 |
| Binary | 110110 | 10000 | 1001110 | 11111 | 1001111 | 0 | 1000101 | 100010101 | 1000010 | 10010 |
Color Harmonies of #36104E
Complementary color
Monochromatic Colors of #36104E
Black with #36104E
Text Example
Text Example
White with #36104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36104E; }
p { color: rgb(54,16,78); }
H1.HeaderClassName
{
color: #36104E;
}
.AnyTagClassName
{
color: #36104E;
}
</style>
background-color css
<style>
a { background-color: #36104E; }
a { background-color: rgb(54,16,78); }
div.DivClassName
{
background-color: #36104E;
}
.BgClassName
{
background-color: #36104E;
}
</style>
border-color css
<style>
span { border-color: #36104E; }
span { border-color: rgb(54,16,78); }
td.TdClassName
{
border-color: #36104E;
}
.TagClassName
{
border-color: #36104E;
}
</style>