Shades of Blackcurrant #360748
Tints of Blackcurrant #360748
RGB
CMYK
RGB Variations
Color information
#360748 (or 0x360748) is known color: Blackcurrant. HEX triplet: 36, 07 and 48. RGB value is (54,7,72). Sum of RGB (Red+Green+Blue) = 54+7+72=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #360748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360748 is #C9F8B7. Grayscale: #1C1C1C. Windows color (decimal): -13236408 or 4720438. OLE color: 4720438.
HSL color Cylindrical-coordinate representation of color #360748: hue angle of 283.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360748 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 7 | 72 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.72 |
| HSL | 283.38º | 0.82% | 0.15% | - |
| HSV(B) | 283.38º | 0.9% | 0.28% | - |
| XYZ | 2.77 | 1.4 | 6.26 | - |
| YUV | 28.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 72 | 0.25 | 0.90 | 0 | 0.72 | 283.38 | 0.82 | 0.15 |
| Hex | 36 | 7 | 48 | 19 | 5A | 0 | 48 | 11B | 52 | F |
| Octal | 66 | 7 | 110 | 31 | 132 | 0 | 110 | 433 | 122 | 17 |
| Binary | 110110 | 111 | 1001000 | 11001 | 1011010 | 0 | 1001000 | 100011011 | 1010010 | 1111 |
Color Harmonies of #360748
Complementary color
Monochromatic Colors of #360748
Black with #360748
Text Example
Text Example
White with #360748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360748; }
p { color: rgb(54,7,72); }
H1.HeaderClassName
{
color: #360748;
}
.AnyTagClassName
{
color: #360748;
}
</style>
background-color css
<style>
a { background-color: #360748; }
a { background-color: rgb(54,7,72); }
div.DivClassName
{
background-color: #360748;
}
.BgClassName
{
background-color: #360748;
}
</style>
border-color css
<style>
span { border-color: #360748; }
span { border-color: rgb(54,7,72); }
td.TdClassName
{
border-color: #360748;
}
.TagClassName
{
border-color: #360748;
}
</style>