Shades of Blackcurrant #360D45
Tints of Blackcurrant #360D45
RGB
CMYK
RGB Variations
Color information
#360D45 (or 0x360D45) is known color: Blackcurrant. HEX triplet: 36, 0D and 45. RGB value is (54,13,69). Sum of RGB (Red+Green+Blue) = 54+13+69=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #360D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D45 is #C9F2BA. Grayscale: #1F1F1F. Windows color (decimal): -13234875 or 4525366. OLE color: 4525366.
HSL color Cylindrical-coordinate representation of color #360D45: hue angle of 283.93º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360D45 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 13 | 69 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.73 |
| HSL | 283.93º | 0.68% | 0.16% | - |
| HSV(B) | 283.93º | 0.81% | 0.27% | - |
| XYZ | 2.74 | 1.5 | 5.78 | - |
| YUV | 31.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 69 | 0.22 | 0.81 | 0 | 0.73 | 283.93 | 0.68 | 0.16 |
| Hex | 36 | D | 45 | 16 | 51 | 0 | 49 | 11C | 44 | 10 |
| Octal | 66 | 15 | 105 | 26 | 121 | 0 | 111 | 434 | 104 | 20 |
| Binary | 110110 | 1101 | 1000101 | 10110 | 1010001 | 0 | 1001001 | 100011100 | 1000100 | 10000 |
Color Harmonies of #360D45
Complementary color
Monochromatic Colors of #360D45
Black with #360D45
Text Example
Text Example
White with #360D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D45; }
p { color: rgb(54,13,69); }
H1.HeaderClassName
{
color: #360D45;
}
.AnyTagClassName
{
color: #360D45;
}
</style>
background-color css
<style>
a { background-color: #360D45; }
a { background-color: rgb(54,13,69); }
div.DivClassName
{
background-color: #360D45;
}
.BgClassName
{
background-color: #360D45;
}
</style>
border-color css
<style>
span { border-color: #360D45; }
span { border-color: rgb(54,13,69); }
td.TdClassName
{
border-color: #360D45;
}
.TagClassName
{
border-color: #360D45;
}
</style>