Shades of Blackcurrant #361C44
Tints of Blackcurrant #361C44
RGB
CMYK
RGB Variations
Color information
#361C44 (or 0x361C44) is known color: Blackcurrant. HEX triplet: 36, 1C and 44. RGB value is (54,28,68). Sum of RGB (Red+Green+Blue) = 54+28+68=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 68 (26.95% from 255 or 45.33% from 150); Max value from RGB is 68 - color contains mainly: blue. Hex color #361C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C44 is #C9E3BB. Grayscale: #282828. Windows color (decimal): -13231036 or 4463670. OLE color: 4463670.
HSL color Cylindrical-coordinate representation of color #361C44: hue angle of 279º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #361C44 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 28 | 68 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.73 |
| HSL | 279º | 0.42% | 0.19% | - |
| HSV(B) | 279º | 0.59% | 0.27% | - |
| XYZ | 2.98 | 2.03 | 5.7 | - |
| YUV | 40.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 68 | 0.21 | 0.59 | 0 | 0.73 | 279 | 0.42 | 0.19 |
| Hex | 36 | 1C | 44 | 15 | 3B | 0 | 49 | 117 | 2A | 13 |
| Octal | 66 | 34 | 104 | 25 | 73 | 0 | 111 | 427 | 52 | 23 |
| Binary | 110110 | 11100 | 1000100 | 10101 | 111011 | 0 | 1001001 | 100010111 | 101010 | 10011 |
Color Harmonies of #361C44
Complementary color
Monochromatic Colors of #361C44
Black with #361C44
Text Example
Text Example
White with #361C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C44; }
p { color: rgb(54,28,68); }
H1.HeaderClassName
{
color: #361C44;
}
.AnyTagClassName
{
color: #361C44;
}
</style>
background-color css
<style>
a { background-color: #361C44; }
a { background-color: rgb(54,28,68); }
div.DivClassName
{
background-color: #361C44;
}
.BgClassName
{
background-color: #361C44;
}
</style>
border-color css
<style>
span { border-color: #361C44; }
span { border-color: rgb(54,28,68); }
td.TdClassName
{
border-color: #361C44;
}
.TagClassName
{
border-color: #361C44;
}
</style>