Shades of Blackcurrant #360443
Tints of Blackcurrant #360443
RGB
CMYK
RGB Variations
Color information
#360443 (or 0x360443) is known color: Blackcurrant. HEX triplet: 36, 04 and 43. RGB value is (54,4,67). Sum of RGB (Red+Green+Blue) = 54+4+67=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #360443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360443 is #C9FBBC. Grayscale: #191919. Windows color (decimal): -13237181 or 4391990. OLE color: 4391990.
HSL color Cylindrical-coordinate representation of color #360443: hue angle of 287.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360443 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 4 | 67 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.74 |
| HSL | 287.62º | 0.89% | 0.14% | - |
| HSV(B) | 287.62º | 0.94% | 0.26% | - |
| XYZ | 2.58 | 1.28 | 5.42 | - |
| YUV | 26.13 | 151.07 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 67 | 0.19 | 0.94 | 0 | 0.74 | 287.62 | 0.89 | 0.14 |
| Hex | 36 | 4 | 43 | 13 | 5E | 0 | 4A | 120 | 59 | E |
| Octal | 66 | 4 | 103 | 23 | 136 | 0 | 112 | 440 | 131 | 16 |
| Binary | 110110 | 100 | 1000011 | 10011 | 1011110 | 0 | 1001010 | 100100000 | 1011001 | 1110 |
Color Harmonies of #360443
Complementary color
Monochromatic Colors of #360443
Black with #360443
Text Example
Text Example
White with #360443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360443; }
p { color: rgb(54,4,67); }
H1.HeaderClassName
{
color: #360443;
}
.AnyTagClassName
{
color: #360443;
}
</style>
background-color css
<style>
a { background-color: #360443; }
a { background-color: rgb(54,4,67); }
div.DivClassName
{
background-color: #360443;
}
.BgClassName
{
background-color: #360443;
}
</style>
border-color css
<style>
span { border-color: #360443; }
span { border-color: rgb(54,4,67); }
td.TdClassName
{
border-color: #360443;
}
.TagClassName
{
border-color: #360443;
}
</style>