Shades of Blackcurrant #36134A
Tints of Blackcurrant #36134A
RGB
CMYK
RGB Variations
Color information
#36134A (or 0x36134A) is known color: Blackcurrant. HEX triplet: 36, 13 and 4A. RGB value is (54,19,74). Sum of RGB (Red+Green+Blue) = 54+19+74=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #36134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36134A is #C9ECB5. Grayscale: #232323. Windows color (decimal): -13233334 or 4854582. OLE color: 4854582.
HSL color Cylindrical-coordinate representation of color #36134A: hue angle of 278.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36134A is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 19 | 74 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.71 |
| HSL | 278.18º | 0.59% | 0.18% | - |
| HSV(B) | 278.18º | 0.74% | 0.29% | - |
| XYZ | 2.99 | 1.74 | 6.66 | - |
| YUV | 35.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 74 | 0.27 | 0.74 | 0 | 0.71 | 278.18 | 0.59 | 0.18 |
| Hex | 36 | 13 | 4A | 1B | 4A | 0 | 47 | 116 | 3B | 12 |
| Octal | 66 | 23 | 112 | 33 | 112 | 0 | 107 | 426 | 73 | 22 |
| Binary | 110110 | 10011 | 1001010 | 11011 | 1001010 | 0 | 1000111 | 100010110 | 111011 | 10010 |
Color Harmonies of #36134A
Complementary color
Monochromatic Colors of #36134A
Black with #36134A
Text Example
Text Example
White with #36134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36134A; }
p { color: rgb(54,19,74); }
H1.HeaderClassName
{
color: #36134A;
}
.AnyTagClassName
{
color: #36134A;
}
</style>
background-color css
<style>
a { background-color: #36134A; }
a { background-color: rgb(54,19,74); }
div.DivClassName
{
background-color: #36134A;
}
.BgClassName
{
background-color: #36134A;
}
</style>
border-color css
<style>
span { border-color: #36134A; }
span { border-color: rgb(54,19,74); }
td.TdClassName
{
border-color: #36134A;
}
.TagClassName
{
border-color: #36134A;
}
</style>