Shades of Blackcurrant #36053E
Tints of Blackcurrant #36053E
RGB
CMYK
RGB Variations
Color information
#36053E (or 0x36053E) is known color: Blackcurrant. HEX triplet: 36, 05 and 3E. RGB value is (54,5,62). Sum of RGB (Red+Green+Blue) = 54+5+62=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #36053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36053E is #C9FAC1. Grayscale: #191919. Windows color (decimal): -13236930 or 4064566. OLE color: 4064566.
HSL color Cylindrical-coordinate representation of color #36053E: hue angle of 291.58º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36053E is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 5 | 62 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.76 |
| HSL | 291.58º | 0.85% | 0.13% | - |
| HSV(B) | 291.58º | 0.92% | 0.24% | - |
| XYZ | 2.45 | 1.24 | 4.67 | - |
| YUV | 26.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 62 | 0.13 | 0.92 | 0 | 0.76 | 291.58 | 0.85 | 0.13 |
| Hex | 36 | 5 | 3E | D | 5C | 0 | 4C | 124 | 55 | D |
| Octal | 66 | 5 | 76 | 15 | 134 | 0 | 114 | 444 | 125 | 15 |
| Binary | 110110 | 101 | 111110 | 1101 | 1011100 | 0 | 1001100 | 100100100 | 1010101 | 1101 |
Color Harmonies of #36053E
Complementary color
Monochromatic Colors of #36053E
Black with #36053E
Text Example
Text Example
White with #36053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36053E; }
p { color: rgb(54,5,62); }
H1.HeaderClassName
{
color: #36053E;
}
.AnyTagClassName
{
color: #36053E;
}
</style>
background-color css
<style>
a { background-color: #36053E; }
a { background-color: rgb(54,5,62); }
div.DivClassName
{
background-color: #36053E;
}
.BgClassName
{
background-color: #36053E;
}
</style>
border-color css
<style>
span { border-color: #36053E; }
span { border-color: rgb(54,5,62); }
td.TdClassName
{
border-color: #36053E;
}
.TagClassName
{
border-color: #36053E;
}
</style>