Shades of Blackcurrant #361746
Tints of Blackcurrant #361746
RGB
CMYK
RGB Variations
Color information
#361746 (or 0x361746) is known color: Blackcurrant. HEX triplet: 36, 17 and 46. RGB value is (54,23,70). Sum of RGB (Red+Green+Blue) = 54+23+70=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 70 (27.73% from 255 or 47.62% from 147); Max value from RGB is 70 - color contains mainly: blue. Hex color #361746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361746 is #C9E8B9. Grayscale: #252525. Windows color (decimal): -13232314 or 4593462. OLE color: 4593462.
HSL color Cylindrical-coordinate representation of color #361746: hue angle of 279.57º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361746 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 23 | 70 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.73 |
| HSL | 279.57º | 0.51% | 0.18% | - |
| HSV(B) | 279.57º | 0.67% | 0.27% | - |
| XYZ | 2.93 | 1.84 | 5.99 | - |
| YUV | 37.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 70 | 0.23 | 0.67 | 0 | 0.73 | 279.57 | 0.51 | 0.18 |
| Hex | 36 | 17 | 46 | 17 | 43 | 0 | 49 | 118 | 33 | 12 |
| Octal | 66 | 27 | 106 | 27 | 103 | 0 | 111 | 430 | 63 | 22 |
| Binary | 110110 | 10111 | 1000110 | 10111 | 1000011 | 0 | 1001001 | 100011000 | 110011 | 10010 |
Color Harmonies of #361746
Complementary color
Monochromatic Colors of #361746
Black with #361746
Text Example
Text Example
White with #361746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361746; }
p { color: rgb(54,23,70); }
H1.HeaderClassName
{
color: #361746;
}
.AnyTagClassName
{
color: #361746;
}
</style>
background-color css
<style>
a { background-color: #361746; }
a { background-color: rgb(54,23,70); }
div.DivClassName
{
background-color: #361746;
}
.BgClassName
{
background-color: #361746;
}
</style>
border-color css
<style>
span { border-color: #361746; }
span { border-color: rgb(54,23,70); }
td.TdClassName
{
border-color: #361746;
}
.TagClassName
{
border-color: #361746;
}
</style>