Shades of Blackcurrant #360351
Tints of Blackcurrant #360351
RGB
CMYK
RGB Variations
Color information
#360351 (or 0x360351) is known color: Blackcurrant. HEX triplet: 36, 03 and 51. RGB value is (54,3,81). Sum of RGB (Red+Green+Blue) = 54+3+81=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #360351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360351 is #C9FCAE. Grayscale: #1A1A1A. Windows color (decimal): -13237423 or 5309238. OLE color: 5309238.
HSL color Cylindrical-coordinate representation of color #360351: hue angle of 279.23º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360351 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 3 | 81 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.68 |
| HSL | 279.23º | 0.93% | 0.16% | - |
| HSV(B) | 279.23º | 0.96% | 0.32% | - |
| XYZ | 3.04 | 1.44 | 7.9 | - |
| YUV | 27.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 81 | 0.33 | 0.96 | 0 | 0.68 | 279.23 | 0.93 | 0.16 |
| Hex | 36 | 3 | 51 | 21 | 60 | 0 | 44 | 117 | 5D | 10 |
| Octal | 66 | 3 | 121 | 41 | 140 | 0 | 104 | 427 | 135 | 20 |
| Binary | 110110 | 11 | 1010001 | 100001 | 1100000 | 0 | 1000100 | 100010111 | 1011101 | 10000 |
Color Harmonies of #360351
Complementary color
Monochromatic Colors of #360351
Black with #360351
Text Example
Text Example
White with #360351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360351; }
p { color: rgb(54,3,81); }
H1.HeaderClassName
{
color: #360351;
}
.AnyTagClassName
{
color: #360351;
}
</style>
background-color css
<style>
a { background-color: #360351; }
a { background-color: rgb(54,3,81); }
div.DivClassName
{
background-color: #360351;
}
.BgClassName
{
background-color: #360351;
}
</style>
border-color css
<style>
span { border-color: #360351; }
span { border-color: rgb(54,3,81); }
td.TdClassName
{
border-color: #360351;
}
.TagClassName
{
border-color: #360351;
}
</style>