Shades of Blackcurrant #36023D
Tints of Blackcurrant #36023D
RGB
CMYK
RGB Variations
Color information
#36023D (or 0x36023D) is known color: Blackcurrant. HEX triplet: 36, 02 and 3D. RGB value is (54,2,61). Sum of RGB (Red+Green+Blue) = 54+2+61=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #36023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36023D is #C9FDC2. Grayscale: #181818. Windows color (decimal): -13237699 or 3998262. OLE color: 3998262.
HSL color Cylindrical-coordinate representation of color #36023D: hue angle of 292.88º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36023D is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 2 | 61 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.76 |
| HSL | 292.88º | 0.94% | 0.12% | - |
| HSV(B) | 292.88º | 0.97% | 0.24% | - |
| XYZ | 2.39 | 1.16 | 4.51 | - |
| YUV | 24.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 2 | 61 | 0.11 | 0.97 | 0 | 0.76 | 292.88 | 0.94 | 0.12 |
| Hex | 36 | 2 | 3D | B | 61 | 0 | 4C | 125 | 5E | C |
| Octal | 66 | 2 | 75 | 13 | 141 | 0 | 114 | 445 | 136 | 14 |
| Binary | 110110 | 10 | 111101 | 1011 | 1100001 | 0 | 1001100 | 100100101 | 1011110 | 1100 |
Color Harmonies of #36023D
Complementary color
Monochromatic Colors of #36023D
Black with #36023D
Text Example
Text Example
White with #36023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36023D; }
p { color: rgb(54,2,61); }
H1.HeaderClassName
{
color: #36023D;
}
.AnyTagClassName
{
color: #36023D;
}
</style>
background-color css
<style>
a { background-color: #36023D; }
a { background-color: rgb(54,2,61); }
div.DivClassName
{
background-color: #36023D;
}
.BgClassName
{
background-color: #36023D;
}
</style>
border-color css
<style>
span { border-color: #36023D; }
span { border-color: rgb(54,2,61); }
td.TdClassName
{
border-color: #36023D;
}
.TagClassName
{
border-color: #36023D;
}
</style>