Shades of Blackcurrant #36123F
Tints of Blackcurrant #36123F
RGB
CMYK
RGB Variations
Color information
#36123F (or 0x36123F) is known color: Blackcurrant. HEX triplet: 36, 12 and 3F. RGB value is (54,18,63). Sum of RGB (Red+Green+Blue) = 54+18+63=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #36123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36123F is #C9EDC0. Grayscale: #212121. Windows color (decimal): -13233601 or 4133430. OLE color: 4133430.
HSL color Cylindrical-coordinate representation of color #36123F: hue angle of 288º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36123F is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 18 | 63 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.75 |
| HSL | 288º | 0.56% | 0.16% | - |
| HSV(B) | 288º | 0.71% | 0.25% | - |
| XYZ | 2.63 | 1.58 | 4.87 | - |
| YUV | 33.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 18 | 63 | 0.14 | 0.71 | 0 | 0.75 | 288 | 0.56 | 0.16 |
| Hex | 36 | 12 | 3F | E | 47 | 0 | 4B | 120 | 38 | 10 |
| Octal | 66 | 22 | 77 | 16 | 107 | 0 | 113 | 440 | 70 | 20 |
| Binary | 110110 | 10010 | 111111 | 1110 | 1000111 | 0 | 1001011 | 100100000 | 111000 | 10000 |
Color Harmonies of #36123F
Complementary color
Monochromatic Colors of #36123F
Black with #36123F
Text Example
Text Example
White with #36123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36123F; }
p { color: rgb(54,18,63); }
H1.HeaderClassName
{
color: #36123F;
}
.AnyTagClassName
{
color: #36123F;
}
</style>
background-color css
<style>
a { background-color: #36123F; }
a { background-color: rgb(54,18,63); }
div.DivClassName
{
background-color: #36123F;
}
.BgClassName
{
background-color: #36123F;
}
</style>
border-color css
<style>
span { border-color: #36123F; }
span { border-color: rgb(54,18,63); }
td.TdClassName
{
border-color: #36123F;
}
.TagClassName
{
border-color: #36123F;
}
</style>