Shades of Blackcurrant #362141
Tints of Blackcurrant #362141
RGB
CMYK
RGB Variations
Color information
#362141 (or 0x362141) is known color: Blackcurrant. HEX triplet: 36, 21 and 41. RGB value is (54,33,65). Sum of RGB (Red+Green+Blue) = 54+33+65=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #362141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362141 is #C9DEBE. Grayscale: #2A2A2A. Windows color (decimal): -13229759 or 4268342. OLE color: 4268342.
HSL color Cylindrical-coordinate representation of color #362141: hue angle of 279.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #362141 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 33 | 65 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.75 |
| HSL | 279.38º | 0.33% | 0.19% | - |
| HSV(B) | 279.38º | 0.49% | 0.25% | - |
| XYZ | 3.02 | 2.25 | 5.28 | - |
| YUV | 42.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 65 | 0.17 | 0.49 | 0 | 0.75 | 279.38 | 0.33 | 0.19 |
| Hex | 36 | 21 | 41 | 11 | 31 | 0 | 4B | 117 | 21 | 13 |
| Octal | 66 | 41 | 101 | 21 | 61 | 0 | 113 | 427 | 41 | 23 |
| Binary | 110110 | 100001 | 1000001 | 10001 | 110001 | 0 | 1001011 | 100010111 | 100001 | 10011 |
Color Harmonies of #362141
Complementary color
Monochromatic Colors of #362141
Black with #362141
Text Example
Text Example
White with #362141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362141; }
p { color: rgb(54,33,65); }
H1.HeaderClassName
{
color: #362141;
}
.AnyTagClassName
{
color: #362141;
}
</style>
background-color css
<style>
a { background-color: #362141; }
a { background-color: rgb(54,33,65); }
div.DivClassName
{
background-color: #362141;
}
.BgClassName
{
background-color: #362141;
}
</style>
border-color css
<style>
span { border-color: #362141; }
span { border-color: rgb(54,33,65); }
td.TdClassName
{
border-color: #362141;
}
.TagClassName
{
border-color: #362141;
}
</style>