Shades of Blackcurrant #360C48
Tints of Blackcurrant #360C48
RGB
CMYK
RGB Variations
Color information
#360C48 (or 0x360C48) is known color: Blackcurrant. HEX triplet: 36, 0C and 48. RGB value is (54,12,72). Sum of RGB (Red+Green+Blue) = 54+12+72=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #360C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360C48 is #C9F3B7. Grayscale: #1F1F1F. Windows color (decimal): -13235128 or 4721718. OLE color: 4721718.
HSL color Cylindrical-coordinate representation of color #360C48: hue angle of 282º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #360C48 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 12 | 72 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.72 |
| HSL | 282º | 0.71% | 0.16% | - |
| HSV(B) | 282º | 0.83% | 0.28% | - |
| XYZ | 2.82 | 1.52 | 6.27 | - |
| YUV | 31.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 72 | 0.25 | 0.83 | 0 | 0.72 | 282 | 0.71 | 0.16 |
| Hex | 36 | C | 48 | 19 | 53 | 0 | 48 | 11A | 47 | 10 |
| Octal | 66 | 14 | 110 | 31 | 123 | 0 | 110 | 432 | 107 | 20 |
| Binary | 110110 | 1100 | 1001000 | 11001 | 1010011 | 0 | 1001000 | 100011010 | 1000111 | 10000 |
Color Harmonies of #360C48
Complementary color
Monochromatic Colors of #360C48
Black with #360C48
Text Example
Text Example
White with #360C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C48; }
p { color: rgb(54,12,72); }
H1.HeaderClassName
{
color: #360C48;
}
.AnyTagClassName
{
color: #360C48;
}
</style>
background-color css
<style>
a { background-color: #360C48; }
a { background-color: rgb(54,12,72); }
div.DivClassName
{
background-color: #360C48;
}
.BgClassName
{
background-color: #360C48;
}
</style>
border-color css
<style>
span { border-color: #360C48; }
span { border-color: rgb(54,12,72); }
td.TdClassName
{
border-color: #360C48;
}
.TagClassName
{
border-color: #360C48;
}
</style>