Shades of Blackcurrant #362043
Tints of Blackcurrant #362043
RGB
CMYK
RGB Variations
Color information
#362043 (or 0x362043) is known color: Blackcurrant. HEX triplet: 36, 20 and 43. RGB value is (54,32,67). Sum of RGB (Red+Green+Blue) = 54+32+67=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 67 - color contains mainly: blue. Hex color #362043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362043 is #C9DFBC. Grayscale: #2A2A2A. Windows color (decimal): -13230013 or 4399158. OLE color: 4399158.
HSL color Cylindrical-coordinate representation of color #362043: hue angle of 277.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #362043 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 32 | 67 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.74 |
| HSL | 277.71º | 0.35% | 0.19% | - |
| HSV(B) | 277.71º | 0.52% | 0.26% | - |
| XYZ | 3.05 | 2.22 | 5.58 | - |
| YUV | 42.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 67 | 0.19 | 0.52 | 0 | 0.74 | 277.71 | 0.35 | 0.19 |
| Hex | 36 | 20 | 43 | 13 | 34 | 0 | 4A | 116 | 23 | 13 |
| Octal | 66 | 40 | 103 | 23 | 64 | 0 | 112 | 426 | 43 | 23 |
| Binary | 110110 | 100000 | 1000011 | 10011 | 110100 | 0 | 1001010 | 100010110 | 100011 | 10011 |
Color Harmonies of #362043
Complementary color
Monochromatic Colors of #362043
Black with #362043
Text Example
Text Example
White with #362043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362043; }
p { color: rgb(54,32,67); }
H1.HeaderClassName
{
color: #362043;
}
.AnyTagClassName
{
color: #362043;
}
</style>
background-color css
<style>
a { background-color: #362043; }
a { background-color: rgb(54,32,67); }
div.DivClassName
{
background-color: #362043;
}
.BgClassName
{
background-color: #362043;
}
</style>
border-color css
<style>
span { border-color: #362043; }
span { border-color: rgb(54,32,67); }
td.TdClassName
{
border-color: #362043;
}
.TagClassName
{
border-color: #362043;
}
</style>