Shades of Blackcurrant #360353
Tints of Blackcurrant #360353
RGB
CMYK
RGB Variations
Color information
#360353 (or 0x360353) is known color: Blackcurrant. HEX triplet: 36, 03 and 53. RGB value is (54,3,83). Sum of RGB (Red+Green+Blue) = 54+3+83=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #360353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360353 is #C9FCAC. Grayscale: #1B1B1B. Windows color (decimal): -13237421 or 5440310. OLE color: 5440310.
HSL color Cylindrical-coordinate representation of color #360353: hue angle of 278.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360353 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 3 | 83 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.67 |
| HSL | 278.25º | 0.93% | 0.17% | - |
| HSV(B) | 278.25º | 0.96% | 0.33% | - |
| XYZ | 3.12 | 1.47 | 8.3 | - |
| YUV | 27.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 83 | 0.35 | 0.96 | 0 | 0.67 | 278.25 | 0.93 | 0.17 |
| Hex | 36 | 3 | 53 | 23 | 60 | 0 | 43 | 116 | 5D | 11 |
| Octal | 66 | 3 | 123 | 43 | 140 | 0 | 103 | 426 | 135 | 21 |
| Binary | 110110 | 11 | 1010011 | 100011 | 1100000 | 0 | 1000011 | 100010110 | 1011101 | 10001 |
Color Harmonies of #360353
Complementary color
Monochromatic Colors of #360353
Black with #360353
Text Example
Text Example
White with #360353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360353; }
p { color: rgb(54,3,83); }
H1.HeaderClassName
{
color: #360353;
}
.AnyTagClassName
{
color: #360353;
}
</style>
background-color css
<style>
a { background-color: #360353; }
a { background-color: rgb(54,3,83); }
div.DivClassName
{
background-color: #360353;
}
.BgClassName
{
background-color: #360353;
}
</style>
border-color css
<style>
span { border-color: #360353; }
span { border-color: rgb(54,3,83); }
td.TdClassName
{
border-color: #360353;
}
.TagClassName
{
border-color: #360353;
}
</style>