Shades of Blackcurrant #36104A
Tints of Blackcurrant #36104A
RGB
CMYK
RGB Variations
Color information
#36104A (or 0x36104A) is known color: Blackcurrant. HEX triplet: 36, 10 and 4A. RGB value is (54,16,74). Sum of RGB (Red+Green+Blue) = 54+16+74=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #36104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36104A is #C9EFB5. Grayscale: #212121. Windows color (decimal): -13234102 or 4853814. OLE color: 4853814.
HSL color Cylindrical-coordinate representation of color #36104A: hue angle of 279.31º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36104A is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 16 | 74 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.71 |
| HSL | 279.31º | 0.64% | 0.18% | - |
| HSV(B) | 279.31º | 0.78% | 0.29% | - |
| XYZ | 2.94 | 1.65 | 6.64 | - |
| YUV | 33.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 74 | 0.27 | 0.78 | 0 | 0.71 | 279.31 | 0.64 | 0.18 |
| Hex | 36 | 10 | 4A | 1B | 4E | 0 | 47 | 117 | 40 | 12 |
| Octal | 66 | 20 | 112 | 33 | 116 | 0 | 107 | 427 | 100 | 22 |
| Binary | 110110 | 10000 | 1001010 | 11011 | 1001110 | 0 | 1000111 | 100010111 | 1000000 | 10010 |
Color Harmonies of #36104A
Complementary color
Monochromatic Colors of #36104A
Black with #36104A
Text Example
Text Example
White with #36104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36104A; }
p { color: rgb(54,16,74); }
H1.HeaderClassName
{
color: #36104A;
}
.AnyTagClassName
{
color: #36104A;
}
</style>
background-color css
<style>
a { background-color: #36104A; }
a { background-color: rgb(54,16,74); }
div.DivClassName
{
background-color: #36104A;
}
.BgClassName
{
background-color: #36104A;
}
</style>
border-color css
<style>
span { border-color: #36104A; }
span { border-color: rgb(54,16,74); }
td.TdClassName
{
border-color: #36104A;
}
.TagClassName
{
border-color: #36104A;
}
</style>