Shades of Blackcurrant #200B2A
Tints of Blackcurrant #200B2A
RGB
CMYK
RGB Variations
Color information
#200B2A (or 0x200B2A) is known color: Blackcurrant. HEX triplet: 20, 0B and 2A. RGB value is (32,11,42). Sum of RGB (Red+Green+Blue) = 32+11+42=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #200B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B2A is #DFF4D5. Grayscale: #141414. Windows color (decimal): -14677206 or 2755360. OLE color: 2755360.
HSL color Cylindrical-coordinate representation of color #200B2A: hue angle of 280.65º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200B2A is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 11 | 42 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.84 |
| HSL | 280.65º | 0.58% | 0.1% | - |
| HSV(B) | 280.65º | 0.74% | 0.16% | - |
| XYZ | 1.13 | 0.71 | 2.27 | - |
| YUV | 20.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 42 | 0.24 | 0.74 | 0 | 0.84 | 280.65 | 0.58 | 0.1 |
| Hex | 20 | B | 2A | 18 | 4A | 0 | 54 | 119 | 3A | A |
| Octal | 40 | 13 | 52 | 30 | 112 | 0 | 124 | 431 | 72 | 12 |
| Binary | 100000 | 1011 | 101010 | 11000 | 1001010 | 0 | 1010100 | 100011001 | 111010 | 1010 |
Color Harmonies of #200B2A
Complementary color
Monochromatic Colors of #200B2A
Black with #200B2A
Text Example
Text Example
White with #200B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B2A; }
p { color: rgb(32,11,42); }
H1.HeaderClassName
{
color: #200B2A;
}
.AnyTagClassName
{
color: #200B2A;
}
</style>
background-color css
<style>
a { background-color: #200B2A; }
a { background-color: rgb(32,11,42); }
div.DivClassName
{
background-color: #200B2A;
}
.BgClassName
{
background-color: #200B2A;
}
</style>
border-color css
<style>
span { border-color: #200B2A; }
span { border-color: rgb(32,11,42); }
td.TdClassName
{
border-color: #200B2A;
}
.TagClassName
{
border-color: #200B2A;
}
</style>