Shades of Blackcurrant #36203C
Tints of Blackcurrant #36203C
RGB
CMYK
RGB Variations
Color information
#36203C (or 0x36203C) is known color: Blackcurrant. HEX triplet: 36, 20 and 3C. RGB value is (54,32,60). Sum of RGB (Red+Green+Blue) = 54+32+60=146 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.99% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #36203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36203C is #C9DFC3. Grayscale: #292929. Windows color (decimal): -13230020 or 3940406. OLE color: 3940406.
HSL color Cylindrical-coordinate representation of color #36203C: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36203C is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 32 | 60 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.76 |
| HSL | 287.14º | 0.3% | 0.18% | - |
| HSV(B) | 287.14º | 0.47% | 0.24% | - |
| XYZ | 2.85 | 2.14 | 4.54 | - |
| YUV | 41.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 60 | 0.10 | 0.47 | 0 | 0.76 | 287.14 | 0.3 | 0.18 |
| Hex | 36 | 20 | 3C | A | 2F | 0 | 4C | 11F | 1E | 12 |
| Octal | 66 | 40 | 74 | 12 | 57 | 0 | 114 | 437 | 36 | 22 |
| Binary | 110110 | 100000 | 111100 | 1010 | 101111 | 0 | 1001100 | 100011111 | 11110 | 10010 |
Color Harmonies of #36203C
Complementary color
Monochromatic Colors of #36203C
Black with #36203C
Text Example
Text Example
White with #36203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36203C; }
p { color: rgb(54,32,60); }
H1.HeaderClassName
{
color: #36203C;
}
.AnyTagClassName
{
color: #36203C;
}
</style>
background-color css
<style>
a { background-color: #36203C; }
a { background-color: rgb(54,32,60); }
div.DivClassName
{
background-color: #36203C;
}
.BgClassName
{
background-color: #36203C;
}
</style>
border-color css
<style>
span { border-color: #36203C; }
span { border-color: rgb(54,32,60); }
td.TdClassName
{
border-color: #36203C;
}
.TagClassName
{
border-color: #36203C;
}
</style>