Shades of Blackcurrant #200B34
Tints of Blackcurrant #200B34
RGB
CMYK
RGB Variations
Color information
#200B34 (or 0x200B34) is known color: Blackcurrant. HEX triplet: 20, 0B and 34. RGB value is (32,11,52). Sum of RGB (Red+Green+Blue) = 32+11+52=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #200B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B34 is #DFF4CB. Grayscale: #151515. Windows color (decimal): -14677196 or 3410720. OLE color: 3410720.
HSL color Cylindrical-coordinate representation of color #200B34: hue angle of 270.73º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200B34 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 11 | 52 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.80 |
| HSL | 270.73º | 0.65% | 0.12% | - |
| HSV(B) | 270.73º | 0.79% | 0.2% | - |
| XYZ | 1.34 | 0.79 | 3.33 | - |
| YUV | 21.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 52 | 0.38 | 0.79 | 0 | 0.80 | 270.73 | 0.65 | 0.12 |
| Hex | 20 | B | 34 | 26 | 4F | 0 | 50 | 10F | 41 | C |
| Octal | 40 | 13 | 64 | 46 | 117 | 0 | 120 | 417 | 101 | 14 |
| Binary | 100000 | 1011 | 110100 | 100110 | 1001111 | 0 | 1010000 | 100001111 | 1000001 | 1100 |
Color Harmonies of #200B34
Complementary color
Monochromatic Colors of #200B34
Black with #200B34
Text Example
Text Example
White with #200B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B34; }
p { color: rgb(32,11,52); }
H1.HeaderClassName
{
color: #200B34;
}
.AnyTagClassName
{
color: #200B34;
}
</style>
background-color css
<style>
a { background-color: #200B34; }
a { background-color: rgb(32,11,52); }
div.DivClassName
{
background-color: #200B34;
}
.BgClassName
{
background-color: #200B34;
}
</style>
border-color css
<style>
span { border-color: #200B34; }
span { border-color: rgb(32,11,52); }
td.TdClassName
{
border-color: #200B34;
}
.TagClassName
{
border-color: #200B34;
}
</style>