Shades of Blackcurrant #360D43
Tints of Blackcurrant #360D43
RGB
CMYK
RGB Variations
Color information
#360D43 (or 0x360D43) is known color: Blackcurrant. HEX triplet: 36, 0D and 43. RGB value is (54,13,67). Sum of RGB (Red+Green+Blue) = 54+13+67=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #360D43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D43 is #C9F2BC. Grayscale: #1F1F1F. Windows color (decimal): -13234877 or 4394294. OLE color: 4394294.
HSL color Cylindrical-coordinate representation of color #360D43: hue angle of 285.56º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #360D43 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 13 | 67 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.74 |
| HSL | 285.56º | 0.68% | 0.16% | - |
| HSV(B) | 285.56º | 0.81% | 0.26% | - |
| XYZ | 2.68 | 1.48 | 5.45 | - |
| YUV | 31.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 67 | 0.19 | 0.81 | 0 | 0.74 | 285.56 | 0.68 | 0.16 |
| Hex | 36 | D | 43 | 13 | 51 | 0 | 4A | 11E | 44 | 10 |
| Octal | 66 | 15 | 103 | 23 | 121 | 0 | 112 | 436 | 104 | 20 |
| Binary | 110110 | 1101 | 1000011 | 10011 | 1010001 | 0 | 1001010 | 100011110 | 1000100 | 10000 |
Color Harmonies of #360D43
Complementary color
Monochromatic Colors of #360D43
Black with #360D43
Text Example
Text Example
White with #360D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D43; }
p { color: rgb(54,13,67); }
H1.HeaderClassName
{
color: #360D43;
}
.AnyTagClassName
{
color: #360D43;
}
</style>
background-color css
<style>
a { background-color: #360D43; }
a { background-color: rgb(54,13,67); }
div.DivClassName
{
background-color: #360D43;
}
.BgClassName
{
background-color: #360D43;
}
</style>
border-color css
<style>
span { border-color: #360D43; }
span { border-color: rgb(54,13,67); }
td.TdClassName
{
border-color: #360D43;
}
.TagClassName
{
border-color: #360D43;
}
</style>