Shades of Blackcurrant #36113F
Tints of Blackcurrant #36113F
RGB
CMYK
RGB Variations
Color information
#36113F (or 0x36113F) is known color: Blackcurrant. HEX triplet: 36, 11 and 3F. RGB value is (54,17,63). Sum of RGB (Red+Green+Blue) = 54+17+63=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #36113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36113F is #C9EEC0. Grayscale: #212121. Windows color (decimal): -13233857 or 4133174. OLE color: 4133174.
HSL color Cylindrical-coordinate representation of color #36113F: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36113F is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 17 | 63 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.75 |
| HSL | 288.26º | 0.58% | 0.16% | - |
| HSV(B) | 288.26º | 0.73% | 0.25% | - |
| XYZ | 2.62 | 1.54 | 4.86 | - |
| YUV | 33.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 17 | 63 | 0.14 | 0.73 | 0 | 0.75 | 288.26 | 0.58 | 0.16 |
| Hex | 36 | 11 | 3F | E | 49 | 0 | 4B | 120 | 3A | 10 |
| Octal | 66 | 21 | 77 | 16 | 111 | 0 | 113 | 440 | 72 | 20 |
| Binary | 110110 | 10001 | 111111 | 1110 | 1001001 | 0 | 1001011 | 100100000 | 111010 | 10000 |
Color Harmonies of #36113F
Complementary color
Monochromatic Colors of #36113F
Black with #36113F
Text Example
Text Example
White with #36113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36113F; }
p { color: rgb(54,17,63); }
H1.HeaderClassName
{
color: #36113F;
}
.AnyTagClassName
{
color: #36113F;
}
</style>
background-color css
<style>
a { background-color: #36113F; }
a { background-color: rgb(54,17,63); }
div.DivClassName
{
background-color: #36113F;
}
.BgClassName
{
background-color: #36113F;
}
</style>
border-color css
<style>
span { border-color: #36113F; }
span { border-color: rgb(54,17,63); }
td.TdClassName
{
border-color: #36113F;
}
.TagClassName
{
border-color: #36113F;
}
</style>