Shades of Blackcurrant #200134
Tints of Blackcurrant #200134
RGB
CMYK
RGB Variations
Color information
#200134 (or 0x200134) is known color: Blackcurrant. HEX triplet: 20, 01 and 34. RGB value is (32,1,52). Sum of RGB (Red+Green+Blue) = 32+1+52=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #200134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200134 is #DFFECB. Grayscale: #0F0F0F. Windows color (decimal): -14679756 or 3408160. OLE color: 3408160.
HSL color Cylindrical-coordinate representation of color #200134: hue angle of 276.47º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200134 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 1 | 52 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.80 |
| HSL | 276.47º | 0.96% | 0.1% | - |
| HSV(B) | 276.47º | 0.98% | 0.2% | - |
| XYZ | 1.23 | 0.58 | 3.3 | - |
| YUV | 16.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 52 | 0.38 | 0.98 | 0 | 0.80 | 276.47 | 0.96 | 0.1 |
| Hex | 20 | 1 | 34 | 26 | 62 | 0 | 50 | 114 | 60 | A |
| Octal | 40 | 1 | 64 | 46 | 142 | 0 | 120 | 424 | 140 | 12 |
| Binary | 100000 | 1 | 110100 | 100110 | 1100010 | 0 | 1010000 | 100010100 | 1100000 | 1010 |
Color Harmonies of #200134
Complementary color
Monochromatic Colors of #200134
Black with #200134
Text Example
Text Example
White with #200134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200134; }
p { color: rgb(32,1,52); }
H1.HeaderClassName
{
color: #200134;
}
.AnyTagClassName
{
color: #200134;
}
</style>
background-color css
<style>
a { background-color: #200134; }
a { background-color: rgb(32,1,52); }
div.DivClassName
{
background-color: #200134;
}
.BgClassName
{
background-color: #200134;
}
</style>
border-color css
<style>
span { border-color: #200134; }
span { border-color: rgb(32,1,52); }
td.TdClassName
{
border-color: #200134;
}
.TagClassName
{
border-color: #200134;
}
</style>