Shades of Blackcurrant #36113D
Tints of Blackcurrant #36113D
RGB
CMYK
RGB Variations
Color information
#36113D (or 0x36113D) is known color: Blackcurrant. HEX triplet: 36, 11 and 3D. RGB value is (54,17,61). Sum of RGB (Red+Green+Blue) = 54+17+61=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #36113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36113D is #C9EEC2. Grayscale: #202020. Windows color (decimal): -13233859 or 4002102. OLE color: 4002102.
HSL color Cylindrical-coordinate representation of color #36113D: hue angle of 290.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36113D is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 17 | 61 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.76 |
| HSL | 290.45º | 0.56% | 0.15% | - |
| HSV(B) | 290.45º | 0.72% | 0.24% | - |
| XYZ | 2.56 | 1.52 | 4.57 | - |
| YUV | 33.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 61 | 0.11 | 0.72 | 0 | 0.76 | 290.45 | 0.56 | 0.15 |
| Hex | 36 | 11 | 3D | B | 48 | 0 | 4C | 122 | 38 | F |
| Octal | 66 | 21 | 75 | 13 | 110 | 0 | 114 | 442 | 70 | 17 |
| Binary | 110110 | 10001 | 111101 | 1011 | 1001000 | 0 | 1001100 | 100100010 | 111000 | 1111 |
Color Harmonies of #36113D
Complementary color
Monochromatic Colors of #36113D
Black with #36113D
Text Example
Text Example
White with #36113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36113D; }
p { color: rgb(54,17,61); }
H1.HeaderClassName
{
color: #36113D;
}
.AnyTagClassName
{
color: #36113D;
}
</style>
background-color css
<style>
a { background-color: #36113D; }
a { background-color: rgb(54,17,61); }
div.DivClassName
{
background-color: #36113D;
}
.BgClassName
{
background-color: #36113D;
}
</style>
border-color css
<style>
span { border-color: #36113D; }
span { border-color: rgb(54,17,61); }
td.TdClassName
{
border-color: #36113D;
}
.TagClassName
{
border-color: #36113D;
}
</style>