Shades of Blackcurrant #360D47
Tints of Blackcurrant #360D47
RGB
CMYK
RGB Variations
Color information
#360D47 (or 0x360D47) is known color: Blackcurrant. HEX triplet: 36, 0D and 47. RGB value is (54,13,71). Sum of RGB (Red+Green+Blue) = 54+13+71=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 71 (28.12% from 255 or 51.45% from 138); Max value from RGB is 71 - color contains mainly: blue. Hex color #360D47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D47 is #C9F2B8. Grayscale: #1F1F1F. Windows color (decimal): -13234873 or 4656438. OLE color: 4656438.
HSL color Cylindrical-coordinate representation of color #360D47: hue angle of 282.41º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #360D47 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 13 | 71 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.72 |
| HSL | 282.41º | 0.69% | 0.16% | - |
| HSV(B) | 282.41º | 0.82% | 0.28% | - |
| XYZ | 2.8 | 1.53 | 6.11 | - |
| YUV | 31.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 71 | 0.24 | 0.82 | 0 | 0.72 | 282.41 | 0.69 | 0.16 |
| Hex | 36 | D | 47 | 18 | 52 | 0 | 48 | 11A | 45 | 10 |
| Octal | 66 | 15 | 107 | 30 | 122 | 0 | 110 | 432 | 105 | 20 |
| Binary | 110110 | 1101 | 1000111 | 11000 | 1010010 | 0 | 1001000 | 100011010 | 1000101 | 10000 |
Color Harmonies of #360D47
Complementary color
Monochromatic Colors of #360D47
Black with #360D47
Text Example
Text Example
White with #360D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D47; }
p { color: rgb(54,13,71); }
H1.HeaderClassName
{
color: #360D47;
}
.AnyTagClassName
{
color: #360D47;
}
</style>
background-color css
<style>
a { background-color: #360D47; }
a { background-color: rgb(54,13,71); }
div.DivClassName
{
background-color: #360D47;
}
.BgClassName
{
background-color: #360D47;
}
</style>
border-color css
<style>
span { border-color: #360D47; }
span { border-color: rgb(54,13,71); }
td.TdClassName
{
border-color: #360D47;
}
.TagClassName
{
border-color: #360D47;
}
</style>