Shades of Blackcurrant #200F2D
Tints of Blackcurrant #200F2D
RGB
CMYK
RGB Variations
Color information
#200F2D (or 0x200F2D) is known color: Blackcurrant. HEX triplet: 20, 0F and 2D. RGB value is (32,15,45). Sum of RGB (Red+Green+Blue) = 32+15+45=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #200F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F2D is #DFF0D2. Grayscale: #171717. Windows color (decimal): -14676179 or 2952992. OLE color: 2952992.
HSL color Cylindrical-coordinate representation of color #200F2D: hue angle of 274º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #200F2D is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 15 | 45 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.82 |
| HSL | 274º | 0.5% | 0.12% | - |
| HSV(B) | 274º | 0.67% | 0.18% | - |
| XYZ | 1.24 | 0.84 | 2.58 | - |
| YUV | 23.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 45 | 0.29 | 0.67 | 0 | 0.82 | 274 | 0.5 | 0.12 |
| Hex | 20 | F | 2D | 1D | 43 | 0 | 52 | 112 | 32 | C |
| Octal | 40 | 17 | 55 | 35 | 103 | 0 | 122 | 422 | 62 | 14 |
| Binary | 100000 | 1111 | 101101 | 11101 | 1000011 | 0 | 1010010 | 100010010 | 110010 | 1100 |
Color Harmonies of #200F2D
Complementary color
Monochromatic Colors of #200F2D
Black with #200F2D
Text Example
Text Example
White with #200F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F2D; }
p { color: rgb(32,15,45); }
H1.HeaderClassName
{
color: #200F2D;
}
.AnyTagClassName
{
color: #200F2D;
}
</style>
background-color css
<style>
a { background-color: #200F2D; }
a { background-color: rgb(32,15,45); }
div.DivClassName
{
background-color: #200F2D;
}
.BgClassName
{
background-color: #200F2D;
}
</style>
border-color css
<style>
span { border-color: #200F2D; }
span { border-color: rgb(32,15,45); }
td.TdClassName
{
border-color: #200F2D;
}
.TagClassName
{
border-color: #200F2D;
}
</style>