Shades of Blackcurrant #361344
Tints of Blackcurrant #361344
RGB
CMYK
RGB Variations
Color information
#361344 (or 0x361344) is known color: Blackcurrant. HEX triplet: 36, 13 and 44. RGB value is (54,19,68). Sum of RGB (Red+Green+Blue) = 54+19+68=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #361344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361344 is #C9ECBB. Grayscale: #222222. Windows color (decimal): -13233340 or 4461366. OLE color: 4461366.
HSL color Cylindrical-coordinate representation of color #361344: hue angle of 282.86º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #361344 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 19 | 68 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.73 |
| HSL | 282.86º | 0.56% | 0.17% | - |
| HSV(B) | 282.86º | 0.72% | 0.27% | - |
| XYZ | 2.8 | 1.67 | 5.64 | - |
| YUV | 35.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 68 | 0.21 | 0.72 | 0 | 0.73 | 282.86 | 0.56 | 0.17 |
| Hex | 36 | 13 | 44 | 15 | 48 | 0 | 49 | 11B | 38 | 11 |
| Octal | 66 | 23 | 104 | 25 | 110 | 0 | 111 | 433 | 70 | 21 |
| Binary | 110110 | 10011 | 1000100 | 10101 | 1001000 | 0 | 1001001 | 100011011 | 111000 | 10001 |
Color Harmonies of #361344
Complementary color
Monochromatic Colors of #361344
Black with #361344
Text Example
Text Example
White with #361344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361344; }
p { color: rgb(54,19,68); }
H1.HeaderClassName
{
color: #361344;
}
.AnyTagClassName
{
color: #361344;
}
</style>
background-color css
<style>
a { background-color: #361344; }
a { background-color: rgb(54,19,68); }
div.DivClassName
{
background-color: #361344;
}
.BgClassName
{
background-color: #361344;
}
</style>
border-color css
<style>
span { border-color: #361344; }
span { border-color: rgb(54,19,68); }
td.TdClassName
{
border-color: #361344;
}
.TagClassName
{
border-color: #361344;
}
</style>