Shades of Blackcurrant #36203E
Tints of Blackcurrant #36203E
RGB
CMYK
RGB Variations
Color information
#36203E (or 0x36203E) is known color: Blackcurrant. HEX triplet: 36, 20 and 3E. RGB value is (54,32,62). Sum of RGB (Red+Green+Blue) = 54+32+62=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 62 - color contains mainly: blue. Hex color #36203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36203E is #C9DFC1. Grayscale: #292929. Windows color (decimal): -13230018 or 4071478. OLE color: 4071478.
HSL color Cylindrical-coordinate representation of color #36203E: hue angle of 284º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36203E is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 32 | 62 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.76 |
| HSL | 284º | 0.32% | 0.18% | - |
| HSV(B) | 284º | 0.48% | 0.24% | - |
| XYZ | 2.91 | 2.17 | 4.82 | - |
| YUV | 42 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 62 | 0.13 | 0.48 | 0 | 0.76 | 284 | 0.32 | 0.18 |
| Hex | 36 | 20 | 3E | D | 30 | 0 | 4C | 11C | 20 | 12 |
| Octal | 66 | 40 | 76 | 15 | 60 | 0 | 114 | 434 | 40 | 22 |
| Binary | 110110 | 100000 | 111110 | 1101 | 110000 | 0 | 1001100 | 100011100 | 100000 | 10010 |
Color Harmonies of #36203E
Complementary color
Monochromatic Colors of #36203E
Black with #36203E
Text Example
Text Example
White with #36203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36203E; }
p { color: rgb(54,32,62); }
H1.HeaderClassName
{
color: #36203E;
}
.AnyTagClassName
{
color: #36203E;
}
</style>
background-color css
<style>
a { background-color: #36203E; }
a { background-color: rgb(54,32,62); }
div.DivClassName
{
background-color: #36203E;
}
.BgClassName
{
background-color: #36203E;
}
</style>
border-color css
<style>
span { border-color: #36203E; }
span { border-color: rgb(54,32,62); }
td.TdClassName
{
border-color: #36203E;
}
.TagClassName
{
border-color: #36203E;
}
</style>