Shades of Blackcurrant #36194B
Tints of Blackcurrant #36194B
RGB
CMYK
RGB Variations
Color information
#36194B (or 0x36194B) is known color: Blackcurrant. HEX triplet: 36, 19 and 4B. RGB value is (54,25,75). Sum of RGB (Red+Green+Blue) = 54+25+75=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #36194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36194B is #C9E6B4. Grayscale: #272727. Windows color (decimal): -13231797 or 4921654. OLE color: 4921654.
HSL color Cylindrical-coordinate representation of color #36194B: hue angle of 274.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36194B is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 25 | 75 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.71 |
| HSL | 274.8º | 0.5% | 0.2% | - |
| HSV(B) | 274.8º | 0.67% | 0.29% | - |
| XYZ | 3.14 | 1.99 | 6.87 | - |
| YUV | 39.37 | 148.11 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 75 | 0.28 | 0.67 | 0 | 0.71 | 274.8 | 0.5 | 0.2 |
| Hex | 36 | 19 | 4B | 1C | 43 | 0 | 47 | 113 | 32 | 14 |
| Octal | 66 | 31 | 113 | 34 | 103 | 0 | 107 | 423 | 62 | 24 |
| Binary | 110110 | 11001 | 1001011 | 11100 | 1000011 | 0 | 1000111 | 100010011 | 110010 | 10100 |
Color Harmonies of #36194B
Complementary color
Monochromatic Colors of #36194B
Black with #36194B
Text Example
Text Example
White with #36194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36194B; }
p { color: rgb(54,25,75); }
H1.HeaderClassName
{
color: #36194B;
}
.AnyTagClassName
{
color: #36194B;
}
</style>
background-color css
<style>
a { background-color: #36194B; }
a { background-color: rgb(54,25,75); }
div.DivClassName
{
background-color: #36194B;
}
.BgClassName
{
background-color: #36194B;
}
</style>
border-color css
<style>
span { border-color: #36194B; }
span { border-color: rgb(54,25,75); }
td.TdClassName
{
border-color: #36194B;
}
.TagClassName
{
border-color: #36194B;
}
</style>