Shades of Blackcurrant #36013E
Tints of Blackcurrant #36013E
RGB
CMYK
RGB Variations
Color information
#36013E (or 0x36013E) is known color: Blackcurrant. HEX triplet: 36, 01 and 3E. RGB value is (54,1,62). Sum of RGB (Red+Green+Blue) = 54+1+62=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #36013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36013E is #C9FEC1. Grayscale: #171717. Windows color (decimal): -13237954 or 4063542. OLE color: 4063542.
HSL color Cylindrical-coordinate representation of color #36013E: hue angle of 292.13º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36013E is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 1 | 62 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.76 |
| HSL | 292.13º | 0.97% | 0.12% | - |
| HSV(B) | 292.13º | 0.98% | 0.24% | - |
| XYZ | 2.4 | 1.15 | 4.65 | - |
| YUV | 23.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 62 | 0.13 | 0.98 | 0 | 0.76 | 292.13 | 0.97 | 0.12 |
| Hex | 36 | 1 | 3E | D | 62 | 0 | 4C | 124 | 61 | C |
| Octal | 66 | 1 | 76 | 15 | 142 | 0 | 114 | 444 | 141 | 14 |
| Binary | 110110 | 1 | 111110 | 1101 | 1100010 | 0 | 1001100 | 100100100 | 1100001 | 1100 |
Color Harmonies of #36013E
Complementary color
Monochromatic Colors of #36013E
Black with #36013E
Text Example
Text Example
White with #36013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36013E; }
p { color: rgb(54,1,62); }
H1.HeaderClassName
{
color: #36013E;
}
.AnyTagClassName
{
color: #36013E;
}
</style>
background-color css
<style>
a { background-color: #36013E; }
a { background-color: rgb(54,1,62); }
div.DivClassName
{
background-color: #36013E;
}
.BgClassName
{
background-color: #36013E;
}
</style>
border-color css
<style>
span { border-color: #36013E; }
span { border-color: rgb(54,1,62); }
td.TdClassName
{
border-color: #36013E;
}
.TagClassName
{
border-color: #36013E;
}
</style>