Shades of Blackcurrant #360C4A
Tints of Blackcurrant #360C4A
RGB
CMYK
RGB Variations
Color information
#360C4A (or 0x360C4A) is known color: Blackcurrant. HEX triplet: 36, 0C and 4A. RGB value is (54,12,74). Sum of RGB (Red+Green+Blue) = 54+12+74=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #360C4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C4A is #C9F3B5. Grayscale: #1F1F1F. Windows color (decimal): -13235126 or 4852790. OLE color: 4852790.
HSL color Cylindrical-coordinate representation of color #360C4A: hue angle of 280.65º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360C4A is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 12 | 74 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.71 |
| HSL | 280.65º | 0.72% | 0.17% | - |
| HSV(B) | 280.65º | 0.84% | 0.29% | - |
| XYZ | 2.89 | 1.54 | 6.62 | - |
| YUV | 31.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 74 | 0.27 | 0.84 | 0 | 0.71 | 280.65 | 0.72 | 0.17 |
| Hex | 36 | C | 4A | 1B | 54 | 0 | 47 | 119 | 48 | 11 |
| Octal | 66 | 14 | 112 | 33 | 124 | 0 | 107 | 431 | 110 | 21 |
| Binary | 110110 | 1100 | 1001010 | 11011 | 1010100 | 0 | 1000111 | 100011001 | 1001000 | 10001 |
Color Harmonies of #360C4A
Complementary color
Monochromatic Colors of #360C4A
Black with #360C4A
Text Example
Text Example
White with #360C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C4A; }
p { color: rgb(54,12,74); }
H1.HeaderClassName
{
color: #360C4A;
}
.AnyTagClassName
{
color: #360C4A;
}
</style>
background-color css
<style>
a { background-color: #360C4A; }
a { background-color: rgb(54,12,74); }
div.DivClassName
{
background-color: #360C4A;
}
.BgClassName
{
background-color: #360C4A;
}
</style>
border-color css
<style>
span { border-color: #360C4A; }
span { border-color: rgb(54,12,74); }
td.TdClassName
{
border-color: #360C4A;
}
.TagClassName
{
border-color: #360C4A;
}
</style>