Shades of Blackcurrant #361143
Tints of Blackcurrant #361143
RGB
CMYK
RGB Variations
Color information
#361143 (or 0x361143) is known color: Blackcurrant. HEX triplet: 36, 11 and 43. RGB value is (54,17,67). Sum of RGB (Red+Green+Blue) = 54+17+67=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #361143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361143 is #C9EEBC. Grayscale: #212121. Windows color (decimal): -13233853 or 4395318. OLE color: 4395318.
HSL color Cylindrical-coordinate representation of color #361143: hue angle of 284.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361143 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 17 | 67 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.74 |
| HSL | 284.4º | 0.6% | 0.16% | - |
| HSV(B) | 284.4º | 0.75% | 0.26% | - |
| XYZ | 2.73 | 1.59 | 5.47 | - |
| YUV | 33.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 67 | 0.19 | 0.75 | 0 | 0.74 | 284.4 | 0.6 | 0.16 |
| Hex | 36 | 11 | 43 | 13 | 4B | 0 | 4A | 11C | 3C | 10 |
| Octal | 66 | 21 | 103 | 23 | 113 | 0 | 112 | 434 | 74 | 20 |
| Binary | 110110 | 10001 | 1000011 | 10011 | 1001011 | 0 | 1001010 | 100011100 | 111100 | 10000 |
Color Harmonies of #361143
Complementary color
Monochromatic Colors of #361143
Black with #361143
Text Example
Text Example
White with #361143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361143; }
p { color: rgb(54,17,67); }
H1.HeaderClassName
{
color: #361143;
}
.AnyTagClassName
{
color: #361143;
}
</style>
background-color css
<style>
a { background-color: #361143; }
a { background-color: rgb(54,17,67); }
div.DivClassName
{
background-color: #361143;
}
.BgClassName
{
background-color: #361143;
}
</style>
border-color css
<style>
span { border-color: #361143; }
span { border-color: rgb(54,17,67); }
td.TdClassName
{
border-color: #361143;
}
.TagClassName
{
border-color: #361143;
}
</style>