Shades of Blackcurrant #360448
Tints of Blackcurrant #360448
RGB
CMYK
RGB Variations
Color information
#360448 (or 0x360448) is known color: Blackcurrant. HEX triplet: 36, 04 and 48. RGB value is (54,4,72). Sum of RGB (Red+Green+Blue) = 54+4+72=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #360448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360448 is #C9FBB7. Grayscale: #1A1A1A. Windows color (decimal): -13237176 or 4719670. OLE color: 4719670.
HSL color Cylindrical-coordinate representation of color #360448: hue angle of 284.12º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360448 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 4 | 72 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.72 |
| HSL | 284.12º | 0.89% | 0.15% | - |
| HSV(B) | 284.12º | 0.94% | 0.28% | - |
| XYZ | 2.73 | 1.34 | 6.25 | - |
| YUV | 26.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 72 | 0.25 | 0.94 | 0 | 0.72 | 284.12 | 0.89 | 0.15 |
| Hex | 36 | 4 | 48 | 19 | 5E | 0 | 48 | 11C | 59 | F |
| Octal | 66 | 4 | 110 | 31 | 136 | 0 | 110 | 434 | 131 | 17 |
| Binary | 110110 | 100 | 1001000 | 11001 | 1011110 | 0 | 1001000 | 100011100 | 1011001 | 1111 |
Color Harmonies of #360448
Complementary color
Monochromatic Colors of #360448
Black with #360448
Text Example
Text Example
White with #360448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360448; }
p { color: rgb(54,4,72); }
H1.HeaderClassName
{
color: #360448;
}
.AnyTagClassName
{
color: #360448;
}
</style>
background-color css
<style>
a { background-color: #360448; }
a { background-color: rgb(54,4,72); }
div.DivClassName
{
background-color: #360448;
}
.BgClassName
{
background-color: #360448;
}
</style>
border-color css
<style>
span { border-color: #360448; }
span { border-color: rgb(54,4,72); }
td.TdClassName
{
border-color: #360448;
}
.TagClassName
{
border-color: #360448;
}
</style>