Shades of Blackcurrant #21072C
Tints of Blackcurrant #21072C
RGB
CMYK
RGB Variations
Color information
#21072C (or 0x21072C) is known color: Blackcurrant. HEX triplet: 21, 07 and 2C. RGB value is (33,7,44). Sum of RGB (Red+Green+Blue) = 33+7+44=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #21072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21072C is #DEF8D3. Grayscale: #121212. Windows color (decimal): -14612692 or 2885409. OLE color: 2885409.
HSL color Cylindrical-coordinate representation of color #21072C: hue angle of 282.16º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21072C is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 7 | 44 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.83 |
| HSL | 282.16º | 0.73% | 0.1% | - |
| HSV(B) | 282.16º | 0.84% | 0.17% | - |
| XYZ | 1.16 | 0.66 | 2.45 | - |
| YUV | 18.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 44 | 0.25 | 0.84 | 0 | 0.83 | 282.16 | 0.73 | 0.1 |
| Hex | 21 | 7 | 2C | 19 | 54 | 0 | 53 | 11A | 49 | A |
| Octal | 41 | 7 | 54 | 31 | 124 | 0 | 123 | 432 | 111 | 12 |
| Binary | 100001 | 111 | 101100 | 11001 | 1010100 | 0 | 1010011 | 100011010 | 1001001 | 1010 |
Color Harmonies of #21072C
Complementary color
Monochromatic Colors of #21072C
Black with #21072C
Text Example
Text Example
White with #21072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21072C; }
p { color: rgb(33,7,44); }
H1.HeaderClassName
{
color: #21072C;
}
.AnyTagClassName
{
color: #21072C;
}
</style>
background-color css
<style>
a { background-color: #21072C; }
a { background-color: rgb(33,7,44); }
div.DivClassName
{
background-color: #21072C;
}
.BgClassName
{
background-color: #21072C;
}
</style>
border-color css
<style>
span { border-color: #21072C; }
span { border-color: rgb(33,7,44); }
td.TdClassName
{
border-color: #21072C;
}
.TagClassName
{
border-color: #21072C;
}
</style>