Shades of Blackcurrant #360242
Tints of Blackcurrant #360242
RGB
CMYK
RGB Variations
Color information
#360242 (or 0x360242) is known color: Blackcurrant. HEX triplet: 36, 02 and 42. RGB value is (54,2,66). Sum of RGB (Red+Green+Blue) = 54+2+66=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #360242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360242 is #C9FDBD. Grayscale: #181818. Windows color (decimal): -13237694 or 4325942. OLE color: 4325942.
HSL color Cylindrical-coordinate representation of color #360242: hue angle of 288.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360242 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 2 | 66 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.74 |
| HSL | 288.75º | 0.94% | 0.13% | - |
| HSV(B) | 288.75º | 0.97% | 0.26% | - |
| XYZ | 2.53 | 1.22 | 5.26 | - |
| YUV | 24.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 66 | 0.18 | 0.97 | 0 | 0.74 | 288.75 | 0.94 | 0.13 |
| Hex | 36 | 2 | 42 | 12 | 61 | 0 | 4A | 121 | 5E | D |
| Octal | 66 | 2 | 102 | 22 | 141 | 0 | 112 | 441 | 136 | 15 |
| Binary | 110110 | 10 | 1000010 | 10010 | 1100001 | 0 | 1001010 | 100100001 | 1011110 | 1101 |
Color Harmonies of #360242
Complementary color
Monochromatic Colors of #360242
Black with #360242
Text Example
Text Example
White with #360242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360242; }
p { color: rgb(54,2,66); }
H1.HeaderClassName
{
color: #360242;
}
.AnyTagClassName
{
color: #360242;
}
</style>
background-color css
<style>
a { background-color: #360242; }
a { background-color: rgb(54,2,66); }
div.DivClassName
{
background-color: #360242;
}
.BgClassName
{
background-color: #360242;
}
</style>
border-color css
<style>
span { border-color: #360242; }
span { border-color: rgb(54,2,66); }
td.TdClassName
{
border-color: #360242;
}
.TagClassName
{
border-color: #360242;
}
</style>