Shades of Blackcurrant #361A46
Tints of Blackcurrant #361A46
RGB
CMYK
RGB Variations
Color information
#361A46 (or 0x361A46) is known color: Blackcurrant. HEX triplet: 36, 1A and 46. RGB value is (54,26,70). Sum of RGB (Red+Green+Blue) = 54+26+70=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #361A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A46 is #C9E5B9. Grayscale: #272727. Windows color (decimal): -13231546 or 4594230. OLE color: 4594230.
HSL color Cylindrical-coordinate representation of color #361A46: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361A46 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 26 | 70 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.73 |
| HSL | 278.18º | 0.46% | 0.19% | - |
| HSV(B) | 278.18º | 0.63% | 0.27% | - |
| XYZ | 3 | 1.97 | 6.02 | - |
| YUV | 39.39 | 145.28 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 70 | 0.23 | 0.63 | 0 | 0.73 | 278.18 | 0.46 | 0.19 |
| Hex | 36 | 1A | 46 | 17 | 3F | 0 | 49 | 116 | 2E | 13 |
| Octal | 66 | 32 | 106 | 27 | 77 | 0 | 111 | 426 | 56 | 23 |
| Binary | 110110 | 11010 | 1000110 | 10111 | 111111 | 0 | 1001001 | 100010110 | 101110 | 10011 |
Color Harmonies of #361A46
Complementary color
Monochromatic Colors of #361A46
Black with #361A46
Text Example
Text Example
White with #361A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A46; }
p { color: rgb(54,26,70); }
H1.HeaderClassName
{
color: #361A46;
}
.AnyTagClassName
{
color: #361A46;
}
</style>
background-color css
<style>
a { background-color: #361A46; }
a { background-color: rgb(54,26,70); }
div.DivClassName
{
background-color: #361A46;
}
.BgClassName
{
background-color: #361A46;
}
</style>
border-color css
<style>
span { border-color: #361A46; }
span { border-color: rgb(54,26,70); }
td.TdClassName
{
border-color: #361A46;
}
.TagClassName
{
border-color: #361A46;
}
</style>