Shades of Blackcurrant #361943
Tints of Blackcurrant #361943
RGB
CMYK
RGB Variations
Color information
#361943 (or 0x361943) is known color: Blackcurrant. HEX triplet: 36, 19 and 43. RGB value is (54,25,67). Sum of RGB (Red+Green+Blue) = 54+25+67=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 67 (26.56% from 255 or 45.89% from 146); Max value from RGB is 67 - color contains mainly: blue. Hex color #361943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361943 is #C9E6BC. Grayscale: #262626. Windows color (decimal): -13231805 or 4397366. OLE color: 4397366.
HSL color Cylindrical-coordinate representation of color #361943: hue angle of 281.43º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361943 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 25 | 67 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.74 |
| HSL | 281.43º | 0.46% | 0.18% | - |
| HSV(B) | 281.43º | 0.63% | 0.26% | - |
| XYZ | 2.88 | 1.88 | 5.52 | - |
| YUV | 38.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 67 | 0.19 | 0.63 | 0 | 0.74 | 281.43 | 0.46 | 0.18 |
| Hex | 36 | 19 | 43 | 13 | 3F | 0 | 4A | 119 | 2E | 12 |
| Octal | 66 | 31 | 103 | 23 | 77 | 0 | 112 | 431 | 56 | 22 |
| Binary | 110110 | 11001 | 1000011 | 10011 | 111111 | 0 | 1001010 | 100011001 | 101110 | 10010 |
Color Harmonies of #361943
Complementary color
Monochromatic Colors of #361943
Black with #361943
Text Example
Text Example
White with #361943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361943; }
p { color: rgb(54,25,67); }
H1.HeaderClassName
{
color: #361943;
}
.AnyTagClassName
{
color: #361943;
}
</style>
background-color css
<style>
a { background-color: #361943; }
a { background-color: rgb(54,25,67); }
div.DivClassName
{
background-color: #361943;
}
.BgClassName
{
background-color: #361943;
}
</style>
border-color css
<style>
span { border-color: #361943; }
span { border-color: rgb(54,25,67); }
td.TdClassName
{
border-color: #361943;
}
.TagClassName
{
border-color: #361943;
}
</style>