Shades of Blackcurrant #360F4A
Tints of Blackcurrant #360F4A
RGB
CMYK
RGB Variations
Color information
#360F4A (or 0x360F4A) is known color: Blackcurrant. HEX triplet: 36, 0F and 4A. RGB value is (54,15,74). Sum of RGB (Red+Green+Blue) = 54+15+74=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #360F4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360F4A is #C9F0B5. Grayscale: #212121. Windows color (decimal): -13234358 or 4853558. OLE color: 4853558.
HSL color Cylindrical-coordinate representation of color #360F4A: hue angle of 279.66º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360F4A is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 15 | 74 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.71 |
| HSL | 279.66º | 0.66% | 0.17% | - |
| HSV(B) | 279.66º | 0.8% | 0.29% | - |
| XYZ | 2.93 | 1.62 | 6.64 | - |
| YUV | 33.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 74 | 0.27 | 0.80 | 0 | 0.71 | 279.66 | 0.66 | 0.17 |
| Hex | 36 | F | 4A | 1B | 50 | 0 | 47 | 118 | 42 | 11 |
| Octal | 66 | 17 | 112 | 33 | 120 | 0 | 107 | 430 | 102 | 21 |
| Binary | 110110 | 1111 | 1001010 | 11011 | 1010000 | 0 | 1000111 | 100011000 | 1000010 | 10001 |
Color Harmonies of #360F4A
Complementary color
Monochromatic Colors of #360F4A
Black with #360F4A
Text Example
Text Example
White with #360F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F4A; }
p { color: rgb(54,15,74); }
H1.HeaderClassName
{
color: #360F4A;
}
.AnyTagClassName
{
color: #360F4A;
}
</style>
background-color css
<style>
a { background-color: #360F4A; }
a { background-color: rgb(54,15,74); }
div.DivClassName
{
background-color: #360F4A;
}
.BgClassName
{
background-color: #360F4A;
}
</style>
border-color css
<style>
span { border-color: #360F4A; }
span { border-color: rgb(54,15,74); }
td.TdClassName
{
border-color: #360F4A;
}
.TagClassName
{
border-color: #360F4A;
}
</style>