Shades of Blackcurrant #36104C
Tints of Blackcurrant #36104C
RGB
CMYK
RGB Variations
Color information
#36104C (or 0x36104C) is known color: Blackcurrant. HEX triplet: 36, 10 and 4C. RGB value is (54,16,76). Sum of RGB (Red+Green+Blue) = 54+16+76=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #36104C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36104C is #C9EFB3. Grayscale: #222222. Windows color (decimal): -13234100 or 4984886. OLE color: 4984886.
HSL color Cylindrical-coordinate representation of color #36104C: hue angle of 278º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36104C is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 16 | 76 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.70 |
| HSL | 278º | 0.65% | 0.18% | - |
| HSV(B) | 278º | 0.79% | 0.3% | - |
| XYZ | 3.01 | 1.68 | 7 | - |
| YUV | 34.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 76 | 0.29 | 0.79 | 0 | 0.70 | 278 | 0.65 | 0.18 |
| Hex | 36 | 10 | 4C | 1D | 4F | 0 | 46 | 116 | 41 | 12 |
| Octal | 66 | 20 | 114 | 35 | 117 | 0 | 106 | 426 | 101 | 22 |
| Binary | 110110 | 10000 | 1001100 | 11101 | 1001111 | 0 | 1000110 | 100010110 | 1000001 | 10010 |
Color Harmonies of #36104C
Complementary color
Monochromatic Colors of #36104C
Black with #36104C
Text Example
Text Example
White with #36104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36104C; }
p { color: rgb(54,16,76); }
H1.HeaderClassName
{
color: #36104C;
}
.AnyTagClassName
{
color: #36104C;
}
</style>
background-color css
<style>
a { background-color: #36104C; }
a { background-color: rgb(54,16,76); }
div.DivClassName
{
background-color: #36104C;
}
.BgClassName
{
background-color: #36104C;
}
</style>
border-color css
<style>
span { border-color: #36104C; }
span { border-color: rgb(54,16,76); }
td.TdClassName
{
border-color: #36104C;
}
.TagClassName
{
border-color: #36104C;
}
</style>