Shades of Blackcurrant #200B2D
Tints of Blackcurrant #200B2D
RGB
CMYK
RGB Variations
Color information
#200B2D (or 0x200B2D) is known color: Blackcurrant. HEX triplet: 20, 0B and 2D. RGB value is (32,11,45). Sum of RGB (Red+Green+Blue) = 32+11+45=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #200B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B2D is #DFF4D2. Grayscale: #151515. Windows color (decimal): -14677203 or 2951968. OLE color: 2951968.
HSL color Cylindrical-coordinate representation of color #200B2D: hue angle of 277.06º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #200B2D is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 32 | 11 | 45 | - |
CMYK | 0.29 | 0.76 | 0 | 0.82 |
HSL | 277.06º | 0.61% | 0.11% | - |
HSV(B) | 277.06º | 0.76% | 0.18% | - |
XYZ | 1.19 | 0.74 | 2.56 | - |
YUV | 21.16 | 141.46 | 135.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 11 | 45 | 0.29 | 0.76 | 0 | 0.82 | 277.06 | 0.61 | 0.11 |
Hex | 20 | B | 2D | 1D | 4C | 0 | 52 | 115 | 3D | B |
Octal | 40 | 13 | 55 | 35 | 114 | 0 | 122 | 425 | 75 | 13 |
Binary | 100000 | 1011 | 101101 | 11101 | 1001100 | 0 | 1010010 | 100010101 | 111101 | 1011 |
Color Harmonies of #200B2D
Complementary color
Monochromatic Colors of #200B2D
Black with #200B2D
Text Example
Text Example
White with #200B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B2D; }
p { color: rgb(32,11,45); }
H1.HeaderClassName
{
color: #200B2D;
}
.AnyTagClassName
{
color: #200B2D;
}
</style>
background-color css
<style>
a { background-color: #200B2D; }
a { background-color: rgb(32,11,45); }
div.DivClassName
{
background-color: #200B2D;
}
.BgClassName
{
background-color: #200B2D;
}
</style>
border-color css
<style>
span { border-color: #200B2D; }
span { border-color: rgb(32,11,45); }
td.TdClassName
{
border-color: #200B2D;
}
.TagClassName
{
border-color: #200B2D;
}
</style>