Shades of Blackcurrant #21092C
Tints of Blackcurrant #21092C
RGB
CMYK
RGB Variations
Color information
#21092C (or 0x21092C) is known color: Blackcurrant. HEX triplet: 21, 09 and 2C. RGB value is (33,9,44). Sum of RGB (Red+Green+Blue) = 33+9+44=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #21092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21092C is #DEF6D3. Grayscale: #141414. Windows color (decimal): -14612180 or 2885921. OLE color: 2885921.
HSL color Cylindrical-coordinate representation of color #21092C: hue angle of 281.14º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21092C is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 9 | 44 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.83 |
| HSL | 281.14º | 0.66% | 0.1% | - |
| HSV(B) | 281.14º | 0.8% | 0.17% | - |
| XYZ | 1.18 | 0.7 | 2.46 | - |
| YUV | 20.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 44 | 0.25 | 0.80 | 0 | 0.83 | 281.14 | 0.66 | 0.1 |
| Hex | 21 | 9 | 2C | 19 | 50 | 0 | 53 | 119 | 42 | A |
| Octal | 41 | 11 | 54 | 31 | 120 | 0 | 123 | 431 | 102 | 12 |
| Binary | 100001 | 1001 | 101100 | 11001 | 1010000 | 0 | 1010011 | 100011001 | 1000010 | 1010 |
Color Harmonies of #21092C
Complementary color
Monochromatic Colors of #21092C
Black with #21092C
Text Example
Text Example
White with #21092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21092C; }
p { color: rgb(33,9,44); }
H1.HeaderClassName
{
color: #21092C;
}
.AnyTagClassName
{
color: #21092C;
}
</style>
background-color css
<style>
a { background-color: #21092C; }
a { background-color: rgb(33,9,44); }
div.DivClassName
{
background-color: #21092C;
}
.BgClassName
{
background-color: #21092C;
}
</style>
border-color css
<style>
span { border-color: #21092C; }
span { border-color: rgb(33,9,44); }
td.TdClassName
{
border-color: #21092C;
}
.TagClassName
{
border-color: #21092C;
}
</style>