Shades of Blackcurrant #36184F
Tints of Blackcurrant #36184F
RGB
CMYK
RGB Variations
Color information
#36184F (or 0x36184F) is known color: Blackcurrant. HEX triplet: 36, 18 and 4F. RGB value is (54,24,79). Sum of RGB (Red+Green+Blue) = 54+24+79=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #36184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36184F is #C9E7B0. Grayscale: #272727. Windows color (decimal): -13232049 or 5183542. OLE color: 5183542.
HSL color Cylindrical-coordinate representation of color #36184F: hue angle of 272.73º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36184F is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 24 | 79 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.69 |
| HSL | 272.73º | 0.53% | 0.2% | - |
| HSV(B) | 272.73º | 0.7% | 0.31% | - |
| XYZ | 3.26 | 2 | 7.61 | - |
| YUV | 39.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 79 | 0.32 | 0.70 | 0 | 0.69 | 272.73 | 0.53 | 0.2 |
| Hex | 36 | 18 | 4F | 20 | 46 | 0 | 45 | 111 | 35 | 14 |
| Octal | 66 | 30 | 117 | 40 | 106 | 0 | 105 | 421 | 65 | 24 |
| Binary | 110110 | 11000 | 1001111 | 100000 | 1000110 | 0 | 1000101 | 100010001 | 110101 | 10100 |
Color Harmonies of #36184F
Complementary color
Monochromatic Colors of #36184F
Black with #36184F
Text Example
Text Example
White with #36184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36184F; }
p { color: rgb(54,24,79); }
H1.HeaderClassName
{
color: #36184F;
}
.AnyTagClassName
{
color: #36184F;
}
</style>
background-color css
<style>
a { background-color: #36184F; }
a { background-color: rgb(54,24,79); }
div.DivClassName
{
background-color: #36184F;
}
.BgClassName
{
background-color: #36184F;
}
</style>
border-color css
<style>
span { border-color: #36184F; }
span { border-color: rgb(54,24,79); }
td.TdClassName
{
border-color: #36184F;
}
.TagClassName
{
border-color: #36184F;
}
</style>