Shades of Blackcurrant #36044F
Tints of Blackcurrant #36044F
RGB
CMYK
RGB Variations
Color information
#36044F (or 0x36044F) is known color: Blackcurrant. HEX triplet: 36, 04 and 4F. RGB value is (54,4,79). Sum of RGB (Red+Green+Blue) = 54+4+79=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 79 (31.25% from 255 or 57.66% from 137); Max value from RGB is 79 - color contains mainly: blue. Hex color #36044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36044F is #C9FBB0. Grayscale: #1B1B1B. Windows color (decimal): -13237169 or 5178422. OLE color: 5178422.
HSL color Cylindrical-coordinate representation of color #36044F: hue angle of 280º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36044F is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 4 | 79 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.69 |
| HSL | 280º | 0.9% | 0.16% | - |
| HSV(B) | 280º | 0.95% | 0.31% | - |
| XYZ | 2.98 | 1.44 | 7.52 | - |
| YUV | 27.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 4 | 79 | 0.32 | 0.95 | 0 | 0.69 | 280 | 0.9 | 0.16 |
| Hex | 36 | 4 | 4F | 20 | 5F | 0 | 45 | 118 | 5A | 10 |
| Octal | 66 | 4 | 117 | 40 | 137 | 0 | 105 | 430 | 132 | 20 |
| Binary | 110110 | 100 | 1001111 | 100000 | 1011111 | 0 | 1000101 | 100011000 | 1011010 | 10000 |
Color Harmonies of #36044F
Complementary color
Monochromatic Colors of #36044F
Black with #36044F
Text Example
Text Example
White with #36044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36044F; }
p { color: rgb(54,4,79); }
H1.HeaderClassName
{
color: #36044F;
}
.AnyTagClassName
{
color: #36044F;
}
</style>
background-color css
<style>
a { background-color: #36044F; }
a { background-color: rgb(54,4,79); }
div.DivClassName
{
background-color: #36044F;
}
.BgClassName
{
background-color: #36044F;
}
</style>
border-color css
<style>
span { border-color: #36044F; }
span { border-color: rgb(54,4,79); }
td.TdClassName
{
border-color: #36044F;
}
.TagClassName
{
border-color: #36044F;
}
</style>