Shades of Blackcurrant #36014C
Tints of Blackcurrant #36014C
RGB
CMYK
RGB Variations
Color information
#36014C (or 0x36014C) is known color: Blackcurrant. HEX triplet: 36, 01 and 4C. RGB value is (54,1,76). Sum of RGB (Red+Green+Blue) = 54+1+76=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #36014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36014C is #C9FEB3. Grayscale: #191919. Windows color (decimal): -13237940 or 4981046. OLE color: 4981046.
HSL color Cylindrical-coordinate representation of color #36014C: hue angle of 282.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36014C is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 1 | 76 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.70 |
| HSL | 282.4º | 0.97% | 0.15% | - |
| HSV(B) | 282.4º | 0.99% | 0.3% | - |
| XYZ | 2.84 | 1.33 | 6.94 | - |
| YUV | 25.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 76 | 0.29 | 0.99 | 0 | 0.70 | 282.4 | 0.97 | 0.15 |
| Hex | 36 | 1 | 4C | 1D | 63 | 0 | 46 | 11A | 61 | F |
| Octal | 66 | 1 | 114 | 35 | 143 | 0 | 106 | 432 | 141 | 17 |
| Binary | 110110 | 1 | 1001100 | 11101 | 1100011 | 0 | 1000110 | 100011010 | 1100001 | 1111 |
Color Harmonies of #36014C
Complementary color
Monochromatic Colors of #36014C
Black with #36014C
Text Example
Text Example
White with #36014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36014C; }
p { color: rgb(54,1,76); }
H1.HeaderClassName
{
color: #36014C;
}
.AnyTagClassName
{
color: #36014C;
}
</style>
background-color css
<style>
a { background-color: #36014C; }
a { background-color: rgb(54,1,76); }
div.DivClassName
{
background-color: #36014C;
}
.BgClassName
{
background-color: #36014C;
}
</style>
border-color css
<style>
span { border-color: #36014C; }
span { border-color: rgb(54,1,76); }
td.TdClassName
{
border-color: #36014C;
}
.TagClassName
{
border-color: #36014C;
}
</style>