Shades of Blackcurrant #36164F
Tints of Blackcurrant #36164F
RGB
CMYK
RGB Variations
Color information
#36164F (or 0x36164F) is known color: Blackcurrant. HEX triplet: 36, 16 and 4F. RGB value is (54,22,79). Sum of RGB (Red+Green+Blue) = 54+22+79=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #36164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36164F is #C9E9B0. Grayscale: #252525. Windows color (decimal): -13232561 or 5183030. OLE color: 5183030.
HSL color Cylindrical-coordinate representation of color #36164F: hue angle of 273.68º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36164F is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 22 | 79 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.69 |
| HSL | 273.68º | 0.56% | 0.2% | - |
| HSV(B) | 273.68º | 0.72% | 0.31% | - |
| XYZ | 3.22 | 1.92 | 7.6 | - |
| YUV | 38.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 22 | 79 | 0.32 | 0.72 | 0 | 0.69 | 273.68 | 0.56 | 0.2 |
| Hex | 36 | 16 | 4F | 20 | 48 | 0 | 45 | 112 | 38 | 14 |
| Octal | 66 | 26 | 117 | 40 | 110 | 0 | 105 | 422 | 70 | 24 |
| Binary | 110110 | 10110 | 1001111 | 100000 | 1001000 | 0 | 1000101 | 100010010 | 111000 | 10100 |
Color Harmonies of #36164F
Complementary color
Monochromatic Colors of #36164F
Black with #36164F
Text Example
Text Example
White with #36164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36164F; }
p { color: rgb(54,22,79); }
H1.HeaderClassName
{
color: #36164F;
}
.AnyTagClassName
{
color: #36164F;
}
</style>
background-color css
<style>
a { background-color: #36164F; }
a { background-color: rgb(54,22,79); }
div.DivClassName
{
background-color: #36164F;
}
.BgClassName
{
background-color: #36164F;
}
</style>
border-color css
<style>
span { border-color: #36164F; }
span { border-color: rgb(54,22,79); }
td.TdClassName
{
border-color: #36164F;
}
.TagClassName
{
border-color: #36164F;
}
</style>