Shades of Blackcurrant #36063D
Tints of Blackcurrant #36063D
RGB
CMYK
RGB Variations
Color information
#36063D (or 0x36063D) is known color: Blackcurrant. HEX triplet: 36, 06 and 3D. RGB value is (54,6,61). Sum of RGB (Red+Green+Blue) = 54+6+61=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #36063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36063D is #C9F9C2. Grayscale: #1A1A1A. Windows color (decimal): -13236675 or 3999286. OLE color: 3999286.
HSL color Cylindrical-coordinate representation of color #36063D: hue angle of 292.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #36063D is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 6 | 61 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.76 |
| HSL | 292.36º | 0.82% | 0.13% | - |
| HSV(B) | 292.36º | 0.9% | 0.24% | - |
| XYZ | 2.43 | 1.25 | 4.53 | - |
| YUV | 26.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 61 | 0.11 | 0.90 | 0 | 0.76 | 292.36 | 0.82 | 0.13 |
| Hex | 36 | 6 | 3D | B | 5A | 0 | 4C | 124 | 52 | D |
| Octal | 66 | 6 | 75 | 13 | 132 | 0 | 114 | 444 | 122 | 15 |
| Binary | 110110 | 110 | 111101 | 1011 | 1011010 | 0 | 1001100 | 100100100 | 1010010 | 1101 |
Color Harmonies of #36063D
Complementary color
Monochromatic Colors of #36063D
Black with #36063D
Text Example
Text Example
White with #36063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36063D; }
p { color: rgb(54,6,61); }
H1.HeaderClassName
{
color: #36063D;
}
.AnyTagClassName
{
color: #36063D;
}
</style>
background-color css
<style>
a { background-color: #36063D; }
a { background-color: rgb(54,6,61); }
div.DivClassName
{
background-color: #36063D;
}
.BgClassName
{
background-color: #36063D;
}
</style>
border-color css
<style>
span { border-color: #36063D; }
span { border-color: rgb(54,6,61); }
td.TdClassName
{
border-color: #36063D;
}
.TagClassName
{
border-color: #36063D;
}
</style>