Shades of Blackcurrant #36073E
Tints of Blackcurrant #36073E
RGB
CMYK
RGB Variations
Color information
#36073E (or 0x36073E) is known color: Blackcurrant. HEX triplet: 36, 07 and 3E. RGB value is (54,7,62). Sum of RGB (Red+Green+Blue) = 54+7+62=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #36073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36073E is #C9F8C1. Grayscale: #1B1B1B. Windows color (decimal): -13236418 or 4065078. OLE color: 4065078.
HSL color Cylindrical-coordinate representation of color #36073E: hue angle of 291.27º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36073E is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 7 | 62 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.76 |
| HSL | 291.27º | 0.8% | 0.14% | - |
| HSV(B) | 291.27º | 0.89% | 0.24% | - |
| XYZ | 2.47 | 1.28 | 4.68 | - |
| YUV | 27.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 62 | 0.13 | 0.89 | 0 | 0.76 | 291.27 | 0.8 | 0.14 |
| Hex | 36 | 7 | 3E | D | 59 | 0 | 4C | 123 | 50 | E |
| Octal | 66 | 7 | 76 | 15 | 131 | 0 | 114 | 443 | 120 | 16 |
| Binary | 110110 | 111 | 111110 | 1101 | 1011001 | 0 | 1001100 | 100100011 | 1010000 | 1110 |
Color Harmonies of #36073E
Complementary color
Monochromatic Colors of #36073E
Black with #36073E
Text Example
Text Example
White with #36073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36073E; }
p { color: rgb(54,7,62); }
H1.HeaderClassName
{
color: #36073E;
}
.AnyTagClassName
{
color: #36073E;
}
</style>
background-color css
<style>
a { background-color: #36073E; }
a { background-color: rgb(54,7,62); }
div.DivClassName
{
background-color: #36073E;
}
.BgClassName
{
background-color: #36073E;
}
</style>
border-color css
<style>
span { border-color: #36073E; }
span { border-color: rgb(54,7,62); }
td.TdClassName
{
border-color: #36073E;
}
.TagClassName
{
border-color: #36073E;
}
</style>