Shades of Blackcurrant #361E3C
Tints of Blackcurrant #361E3C
RGB
CMYK
RGB Variations
Color information
#361E3C (or 0x361E3C) is known color: Blackcurrant. HEX triplet: 36, 1E and 3C. RGB value is (54,30,60). Sum of RGB (Red+Green+Blue) = 54+30+60=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #361E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E3C is #C9E1C3. Grayscale: #282828. Windows color (decimal): -13230532 or 3939894. OLE color: 3939894.
HSL color Cylindrical-coordinate representation of color #361E3C: hue angle of 288º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361E3C is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 30 | 60 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.76 |
| HSL | 288º | 0.33% | 0.18% | - |
| HSV(B) | 288º | 0.5% | 0.24% | - |
| XYZ | 2.8 | 2.04 | 4.52 | - |
| YUV | 40.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 60 | 0.10 | 0.50 | 0 | 0.76 | 288 | 0.33 | 0.18 |
| Hex | 36 | 1E | 3C | A | 32 | 0 | 4C | 120 | 21 | 12 |
| Octal | 66 | 36 | 74 | 12 | 62 | 0 | 114 | 440 | 41 | 22 |
| Binary | 110110 | 11110 | 111100 | 1010 | 110010 | 0 | 1001100 | 100100000 | 100001 | 10010 |
Color Harmonies of #361E3C
Complementary color
Monochromatic Colors of #361E3C
Black with #361E3C
Text Example
Text Example
White with #361E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E3C; }
p { color: rgb(54,30,60); }
H1.HeaderClassName
{
color: #361E3C;
}
.AnyTagClassName
{
color: #361E3C;
}
</style>
background-color css
<style>
a { background-color: #361E3C; }
a { background-color: rgb(54,30,60); }
div.DivClassName
{
background-color: #361E3C;
}
.BgClassName
{
background-color: #361E3C;
}
</style>
border-color css
<style>
span { border-color: #361E3C; }
span { border-color: rgb(54,30,60); }
td.TdClassName
{
border-color: #361E3C;
}
.TagClassName
{
border-color: #361E3C;
}
</style>