Shades of Blackcurrant #361A4D
Tints of Blackcurrant #361A4D
RGB
CMYK
RGB Variations
Color information
#361A4D (or 0x361A4D) is known color: Blackcurrant. HEX triplet: 36, 1A and 4D. RGB value is (54,26,77). Sum of RGB (Red+Green+Blue) = 54+26+77=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #361A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A4D is #C9E5B2. Grayscale: #282828. Windows color (decimal): -13231539 or 5052982. OLE color: 5052982.
HSL color Cylindrical-coordinate representation of color #361A4D: hue angle of 272.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #361A4D is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 26 | 77 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.70 |
| HSL | 272.94º | 0.5% | 0.2% | - |
| HSV(B) | 272.94º | 0.66% | 0.3% | - |
| XYZ | 3.23 | 2.06 | 7.25 | - |
| YUV | 40.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 26 | 77 | 0.30 | 0.66 | 0 | 0.70 | 272.94 | 0.5 | 0.2 |
| Hex | 36 | 1A | 4D | 1E | 42 | 0 | 46 | 111 | 32 | 14 |
| Octal | 66 | 32 | 115 | 36 | 102 | 0 | 106 | 421 | 62 | 24 |
| Binary | 110110 | 11010 | 1001101 | 11110 | 1000010 | 0 | 1000110 | 100010001 | 110010 | 10100 |
Color Harmonies of #361A4D
Complementary color
Monochromatic Colors of #361A4D
Black with #361A4D
Text Example
Text Example
White with #361A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361A4D; }
p { color: rgb(54,26,77); }
H1.HeaderClassName
{
color: #361A4D;
}
.AnyTagClassName
{
color: #361A4D;
}
</style>
background-color css
<style>
a { background-color: #361A4D; }
a { background-color: rgb(54,26,77); }
div.DivClassName
{
background-color: #361A4D;
}
.BgClassName
{
background-color: #361A4D;
}
</style>
border-color css
<style>
span { border-color: #361A4D; }
span { border-color: rgb(54,26,77); }
td.TdClassName
{
border-color: #361A4D;
}
.TagClassName
{
border-color: #361A4D;
}
</style>