Shades of Blackcurrant #360243
Tints of Blackcurrant #360243
RGB
CMYK
RGB Variations
Color information
#360243 (or 0x360243) is known color: Blackcurrant. HEX triplet: 36, 02 and 43. RGB value is (54,2,67). Sum of RGB (Red+Green+Blue) = 54+2+67=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #360243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360243 is #C9FDBC. Grayscale: #181818. Windows color (decimal): -13237693 or 4391478. OLE color: 4391478.
HSL color Cylindrical-coordinate representation of color #360243: hue angle of 288º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360243 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 2 | 67 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.74 |
| HSL | 288º | 0.94% | 0.14% | - |
| HSV(B) | 288º | 0.97% | 0.26% | - |
| XYZ | 2.56 | 1.23 | 5.41 | - |
| YUV | 24.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 67 | 0.19 | 0.97 | 0 | 0.74 | 288 | 0.94 | 0.14 |
| Hex | 36 | 2 | 43 | 13 | 61 | 0 | 4A | 120 | 5E | E |
| Octal | 66 | 2 | 103 | 23 | 141 | 0 | 112 | 440 | 136 | 16 |
| Binary | 110110 | 10 | 1000011 | 10011 | 1100001 | 0 | 1001010 | 100100000 | 1011110 | 1110 |
Color Harmonies of #360243
Complementary color
Monochromatic Colors of #360243
Black with #360243
Text Example
Text Example
White with #360243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360243; }
p { color: rgb(54,2,67); }
H1.HeaderClassName
{
color: #360243;
}
.AnyTagClassName
{
color: #360243;
}
</style>
background-color css
<style>
a { background-color: #360243; }
a { background-color: rgb(54,2,67); }
div.DivClassName
{
background-color: #360243;
}
.BgClassName
{
background-color: #360243;
}
</style>
border-color css
<style>
span { border-color: #360243; }
span { border-color: rgb(54,2,67); }
td.TdClassName
{
border-color: #360243;
}
.TagClassName
{
border-color: #360243;
}
</style>