Shades of Blackcurrant #36044D
Tints of Blackcurrant #36044D
RGB
CMYK
RGB Variations
Color information
#36044D (or 0x36044D) is known color: Blackcurrant. HEX triplet: 36, 04 and 4D. RGB value is (54,4,77). Sum of RGB (Red+Green+Blue) = 54+4+77=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #36044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36044D is #C9FBB2. Grayscale: #1B1B1B. Windows color (decimal): -13237171 or 5047350. OLE color: 5047350.
HSL color Cylindrical-coordinate representation of color #36044D: hue angle of 281.1º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36044D is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 4 | 77 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.70 |
| HSL | 281.1º | 0.9% | 0.16% | - |
| HSV(B) | 281.1º | 0.95% | 0.3% | - |
| XYZ | 2.9 | 1.41 | 7.14 | - |
| YUV | 27.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 77 | 0.30 | 0.95 | 0 | 0.70 | 281.1 | 0.9 | 0.16 |
| Hex | 36 | 4 | 4D | 1E | 5F | 0 | 46 | 119 | 5A | 10 |
| Octal | 66 | 4 | 115 | 36 | 137 | 0 | 106 | 431 | 132 | 20 |
| Binary | 110110 | 100 | 1001101 | 11110 | 1011111 | 0 | 1000110 | 100011001 | 1011010 | 10000 |
Color Harmonies of #36044D
Complementary color
Monochromatic Colors of #36044D
Black with #36044D
Text Example
Text Example
White with #36044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36044D; }
p { color: rgb(54,4,77); }
H1.HeaderClassName
{
color: #36044D;
}
.AnyTagClassName
{
color: #36044D;
}
</style>
background-color css
<style>
a { background-color: #36044D; }
a { background-color: rgb(54,4,77); }
div.DivClassName
{
background-color: #36044D;
}
.BgClassName
{
background-color: #36044D;
}
</style>
border-color css
<style>
span { border-color: #36044D; }
span { border-color: rgb(54,4,77); }
td.TdClassName
{
border-color: #36044D;
}
.TagClassName
{
border-color: #36044D;
}
</style>