Shades of Blackcurrant #200A27
Tints of Blackcurrant #200A27
RGB
CMYK
RGB Variations
Color information
#200A27 (or 0x200A27) is known color: Blackcurrant. HEX triplet: 20, 0A and 27. RGB value is (32,10,39). Sum of RGB (Red+Green+Blue) = 32+10+39=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #200A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A27 is #DFF5D8. Grayscale: #131313. Windows color (decimal): -14677465 or 2558496. OLE color: 2558496.
HSL color Cylindrical-coordinate representation of color #200A27: hue angle of 285.52º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200A27 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 10 | 39 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.85 |
| HSL | 285.52º | 0.59% | 0.1% | - |
| HSV(B) | 285.52º | 0.74% | 0.15% | - |
| XYZ | 1.07 | 0.67 | 1.99 | - |
| YUV | 19.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 39 | 0.18 | 0.74 | 0 | 0.85 | 285.52 | 0.59 | 0.1 |
| Hex | 20 | A | 27 | 12 | 4A | 0 | 55 | 11E | 3B | A |
| Octal | 40 | 12 | 47 | 22 | 112 | 0 | 125 | 436 | 73 | 12 |
| Binary | 100000 | 1010 | 100111 | 10010 | 1001010 | 0 | 1010101 | 100011110 | 111011 | 1010 |
Color Harmonies of #200A27
Complementary color
Monochromatic Colors of #200A27
Black with #200A27
Text Example
Text Example
White with #200A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A27; }
p { color: rgb(32,10,39); }
H1.HeaderClassName
{
color: #200A27;
}
.AnyTagClassName
{
color: #200A27;
}
</style>
background-color css
<style>
a { background-color: #200A27; }
a { background-color: rgb(32,10,39); }
div.DivClassName
{
background-color: #200A27;
}
.BgClassName
{
background-color: #200A27;
}
</style>
border-color css
<style>
span { border-color: #200A27; }
span { border-color: rgb(32,10,39); }
td.TdClassName
{
border-color: #200A27;
}
.TagClassName
{
border-color: #200A27;
}
</style>