Shades of Blackcurrant #36054C
Tints of Blackcurrant #36054C
RGB
CMYK
RGB Variations
Color information
#36054C (or 0x36054C) is known color: Blackcurrant. HEX triplet: 36, 05 and 4C. RGB value is (54,5,76). Sum of RGB (Red+Green+Blue) = 54+5+76=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #36054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36054C is #C9FAB3. Grayscale: #1B1B1B. Windows color (decimal): -13236916 or 4982070. OLE color: 4982070.
HSL color Cylindrical-coordinate representation of color #36054C: hue angle of 281.41º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36054C is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 5 | 76 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.70 |
| HSL | 281.41º | 0.88% | 0.16% | - |
| HSV(B) | 281.41º | 0.93% | 0.3% | - |
| XYZ | 2.88 | 1.41 | 6.96 | - |
| YUV | 27.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 76 | 0.29 | 0.93 | 0 | 0.70 | 281.41 | 0.88 | 0.16 |
| Hex | 36 | 5 | 4C | 1D | 5D | 0 | 46 | 119 | 58 | 10 |
| Octal | 66 | 5 | 114 | 35 | 135 | 0 | 106 | 431 | 130 | 20 |
| Binary | 110110 | 101 | 1001100 | 11101 | 1011101 | 0 | 1000110 | 100011001 | 1011000 | 10000 |
Color Harmonies of #36054C
Complementary color
Monochromatic Colors of #36054C
Black with #36054C
Text Example
Text Example
White with #36054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36054C; }
p { color: rgb(54,5,76); }
H1.HeaderClassName
{
color: #36054C;
}
.AnyTagClassName
{
color: #36054C;
}
</style>
background-color css
<style>
a { background-color: #36054C; }
a { background-color: rgb(54,5,76); }
div.DivClassName
{
background-color: #36054C;
}
.BgClassName
{
background-color: #36054C;
}
</style>
border-color css
<style>
span { border-color: #36054C; }
span { border-color: rgb(54,5,76); }
td.TdClassName
{
border-color: #36054C;
}
.TagClassName
{
border-color: #36054C;
}
</style>