Shades of Blackcurrant #36103E
Tints of Blackcurrant #36103E
RGB
CMYK
RGB Variations
Color information
#36103E (or 0x36103E) is known color: Blackcurrant. HEX triplet: 36, 10 and 3E. RGB value is (54,16,62). Sum of RGB (Red+Green+Blue) = 54+16+62=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #36103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36103E is #C9EFC1. Grayscale: #202020. Windows color (decimal): -13234114 or 4067382. OLE color: 4067382.
HSL color Cylindrical-coordinate representation of color #36103E: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36103E is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 16 | 62 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.76 |
| HSL | 289.57º | 0.59% | 0.15% | - |
| HSV(B) | 289.57º | 0.74% | 0.24% | - |
| XYZ | 2.58 | 1.5 | 4.71 | - |
| YUV | 32.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 62 | 0.13 | 0.74 | 0 | 0.76 | 289.57 | 0.59 | 0.15 |
| Hex | 36 | 10 | 3E | D | 4A | 0 | 4C | 122 | 3B | F |
| Octal | 66 | 20 | 76 | 15 | 112 | 0 | 114 | 442 | 73 | 17 |
| Binary | 110110 | 10000 | 111110 | 1101 | 1001010 | 0 | 1001100 | 100100010 | 111011 | 1111 |
Color Harmonies of #36103E
Complementary color
Monochromatic Colors of #36103E
Black with #36103E
Text Example
Text Example
White with #36103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36103E; }
p { color: rgb(54,16,62); }
H1.HeaderClassName
{
color: #36103E;
}
.AnyTagClassName
{
color: #36103E;
}
</style>
background-color css
<style>
a { background-color: #36103E; }
a { background-color: rgb(54,16,62); }
div.DivClassName
{
background-color: #36103E;
}
.BgClassName
{
background-color: #36103E;
}
</style>
border-color css
<style>
span { border-color: #36103E; }
span { border-color: rgb(54,16,62); }
td.TdClassName
{
border-color: #36103E;
}
.TagClassName
{
border-color: #36103E;
}
</style>