Shades of Blackcurrant #360251
Tints of Blackcurrant #360251
RGB
CMYK
RGB Variations
Color information
#360251 (or 0x360251) is known color: Blackcurrant. HEX triplet: 36, 02 and 51. RGB value is (54,2,81). Sum of RGB (Red+Green+Blue) = 54+2+81=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #360251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360251 is #C9FDAE. Grayscale: #1A1A1A. Windows color (decimal): -13237679 or 5308982. OLE color: 5308982.
HSL color Cylindrical-coordinate representation of color #360251: hue angle of 279.49º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360251 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 2 | 81 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.68 |
| HSL | 279.49º | 0.95% | 0.16% | - |
| HSV(B) | 279.49º | 0.98% | 0.32% | - |
| XYZ | 3.03 | 1.42 | 7.9 | - |
| YUV | 26.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 81 | 0.33 | 0.98 | 0 | 0.68 | 279.49 | 0.95 | 0.16 |
| Hex | 36 | 2 | 51 | 21 | 62 | 0 | 44 | 117 | 5F | 10 |
| Octal | 66 | 2 | 121 | 41 | 142 | 0 | 104 | 427 | 137 | 20 |
| Binary | 110110 | 10 | 1010001 | 100001 | 1100010 | 0 | 1000100 | 100010111 | 1011111 | 10000 |
Color Harmonies of #360251
Complementary color
Monochromatic Colors of #360251
Black with #360251
Text Example
Text Example
White with #360251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360251; }
p { color: rgb(54,2,81); }
H1.HeaderClassName
{
color: #360251;
}
.AnyTagClassName
{
color: #360251;
}
</style>
background-color css
<style>
a { background-color: #360251; }
a { background-color: rgb(54,2,81); }
div.DivClassName
{
background-color: #360251;
}
.BgClassName
{
background-color: #360251;
}
</style>
border-color css
<style>
span { border-color: #360251; }
span { border-color: rgb(54,2,81); }
td.TdClassName
{
border-color: #360251;
}
.TagClassName
{
border-color: #360251;
}
</style>