Shades of Blackcurrant #360953
Tints of Blackcurrant #360953
RGB
CMYK
RGB Variations
Color information
#360953 (or 0x360953) is known color: Blackcurrant. HEX triplet: 36, 09 and 53. RGB value is (54,9,83). Sum of RGB (Red+Green+Blue) = 54+9+83=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #360953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360953 is #C9F6AC. Grayscale: #1E1E1E. Windows color (decimal): -13235885 or 5441846. OLE color: 5441846.
HSL color Cylindrical-coordinate representation of color #360953: hue angle of 276.49º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360953 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 9 | 83 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.67 |
| HSL | 276.49º | 0.8% | 0.18% | - |
| HSV(B) | 276.49º | 0.89% | 0.33% | - |
| XYZ | 3.18 | 1.6 | 8.33 | - |
| YUV | 30.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 9 | 83 | 0.35 | 0.89 | 0 | 0.67 | 276.49 | 0.8 | 0.18 |
| Hex | 36 | 9 | 53 | 23 | 59 | 0 | 43 | 114 | 50 | 12 |
| Octal | 66 | 11 | 123 | 43 | 131 | 0 | 103 | 424 | 120 | 22 |
| Binary | 110110 | 1001 | 1010011 | 100011 | 1011001 | 0 | 1000011 | 100010100 | 1010000 | 10010 |
Color Harmonies of #360953
Complementary color
Monochromatic Colors of #360953
Black with #360953
Text Example
Text Example
White with #360953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360953; }
p { color: rgb(54,9,83); }
H1.HeaderClassName
{
color: #360953;
}
.AnyTagClassName
{
color: #360953;
}
</style>
background-color css
<style>
a { background-color: #360953; }
a { background-color: rgb(54,9,83); }
div.DivClassName
{
background-color: #360953;
}
.BgClassName
{
background-color: #360953;
}
</style>
border-color css
<style>
span { border-color: #360953; }
span { border-color: rgb(54,9,83); }
td.TdClassName
{
border-color: #360953;
}
.TagClassName
{
border-color: #360953;
}
</style>