Shades of Blackcurrant #200B30
Tints of Blackcurrant #200B30
RGB
CMYK
RGB Variations
Color information
#200B30 (or 0x200B30) is known color: Blackcurrant. HEX triplet: 20, 0B and 30. RGB value is (32,11,48). Sum of RGB (Red+Green+Blue) = 32+11+48=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #200B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B30 is #DFF4CF. Grayscale: #151515. Windows color (decimal): -14677200 or 3148576. OLE color: 3148576.
HSL color Cylindrical-coordinate representation of color #200B30: hue angle of 274.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #200B30 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 11 | 48 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.81 |
| HSL | 274.05º | 0.63% | 0.12% | - |
| HSV(B) | 274.05º | 0.77% | 0.19% | - |
| XYZ | 1.25 | 0.76 | 2.88 | - |
| YUV | 21.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 48 | 0.33 | 0.77 | 0 | 0.81 | 274.05 | 0.63 | 0.12 |
| Hex | 20 | B | 30 | 21 | 4D | 0 | 51 | 112 | 3F | C |
| Octal | 40 | 13 | 60 | 41 | 115 | 0 | 121 | 422 | 77 | 14 |
| Binary | 100000 | 1011 | 110000 | 100001 | 1001101 | 0 | 1010001 | 100010010 | 111111 | 1100 |
Color Harmonies of #200B30
Complementary color
Monochromatic Colors of #200B30
Black with #200B30
Text Example
Text Example
White with #200B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B30; }
p { color: rgb(32,11,48); }
H1.HeaderClassName
{
color: #200B30;
}
.AnyTagClassName
{
color: #200B30;
}
</style>
background-color css
<style>
a { background-color: #200B30; }
a { background-color: rgb(32,11,48); }
div.DivClassName
{
background-color: #200B30;
}
.BgClassName
{
background-color: #200B30;
}
</style>
border-color css
<style>
span { border-color: #200B30; }
span { border-color: rgb(32,11,48); }
td.TdClassName
{
border-color: #200B30;
}
.TagClassName
{
border-color: #200B30;
}
</style>