Shades of Blackcurrant #361B40
Tints of Blackcurrant #361B40
RGB
CMYK
RGB Variations
Color information
#361B40 (or 0x361B40) is known color: Blackcurrant. HEX triplet: 36, 1B and 40. RGB value is (54,27,64). Sum of RGB (Red+Green+Blue) = 54+27+64=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #361B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B40 is #C9E4BF. Grayscale: #272727. Windows color (decimal): -13231296 or 4201270. OLE color: 4201270.
HSL color Cylindrical-coordinate representation of color #361B40: hue angle of 283.78º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #361B40 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 27 | 64 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.75 |
| HSL | 283.78º | 0.41% | 0.18% | - |
| HSV(B) | 283.78º | 0.58% | 0.25% | - |
| XYZ | 2.84 | 1.94 | 5.08 | - |
| YUV | 39.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 64 | 0.16 | 0.58 | 0 | 0.75 | 283.78 | 0.41 | 0.18 |
| Hex | 36 | 1B | 40 | 10 | 3A | 0 | 4B | 11C | 29 | 12 |
| Octal | 66 | 33 | 100 | 20 | 72 | 0 | 113 | 434 | 51 | 22 |
| Binary | 110110 | 11011 | 1000000 | 10000 | 111010 | 0 | 1001011 | 100011100 | 101001 | 10010 |
Color Harmonies of #361B40
Complementary color
Monochromatic Colors of #361B40
Black with #361B40
Text Example
Text Example
White with #361B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B40; }
p { color: rgb(54,27,64); }
H1.HeaderClassName
{
color: #361B40;
}
.AnyTagClassName
{
color: #361B40;
}
</style>
background-color css
<style>
a { background-color: #361B40; }
a { background-color: rgb(54,27,64); }
div.DivClassName
{
background-color: #361B40;
}
.BgClassName
{
background-color: #361B40;
}
</style>
border-color css
<style>
span { border-color: #361B40; }
span { border-color: rgb(54,27,64); }
td.TdClassName
{
border-color: #361B40;
}
.TagClassName
{
border-color: #361B40;
}
</style>