Shades of Blackcurrant #361342
Tints of Blackcurrant #361342
RGB
CMYK
RGB Variations
Color information
#361342 (or 0x361342) is known color: Blackcurrant. HEX triplet: 36, 13 and 42. RGB value is (54,19,66). Sum of RGB (Red+Green+Blue) = 54+19+66=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #361342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361342 is #C9ECBD. Grayscale: #222222. Windows color (decimal): -13233342 or 4330294. OLE color: 4330294.
HSL color Cylindrical-coordinate representation of color #361342: hue angle of 284.68º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #361342 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 19 | 66 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.74 |
| HSL | 284.68º | 0.55% | 0.17% | - |
| HSV(B) | 284.68º | 0.71% | 0.26% | - |
| XYZ | 2.74 | 1.64 | 5.33 | - |
| YUV | 34.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 66 | 0.18 | 0.71 | 0 | 0.74 | 284.68 | 0.55 | 0.17 |
| Hex | 36 | 13 | 42 | 12 | 47 | 0 | 4A | 11D | 37 | 11 |
| Octal | 66 | 23 | 102 | 22 | 107 | 0 | 112 | 435 | 67 | 21 |
| Binary | 110110 | 10011 | 1000010 | 10010 | 1000111 | 0 | 1001010 | 100011101 | 110111 | 10001 |
Color Harmonies of #361342
Complementary color
Monochromatic Colors of #361342
Black with #361342
Text Example
Text Example
White with #361342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361342; }
p { color: rgb(54,19,66); }
H1.HeaderClassName
{
color: #361342;
}
.AnyTagClassName
{
color: #361342;
}
</style>
background-color css
<style>
a { background-color: #361342; }
a { background-color: rgb(54,19,66); }
div.DivClassName
{
background-color: #361342;
}
.BgClassName
{
background-color: #361342;
}
</style>
border-color css
<style>
span { border-color: #361342; }
span { border-color: rgb(54,19,66); }
td.TdClassName
{
border-color: #361342;
}
.TagClassName
{
border-color: #361342;
}
</style>