Shades of Blackcurrant #21092D
Tints of Blackcurrant #21092D
RGB
CMYK
RGB Variations
Color information
#21092D (or 0x21092D) is known color: Blackcurrant. HEX triplet: 21, 09 and 2D. RGB value is (33,9,45). Sum of RGB (Red+Green+Blue) = 33+9+45=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #21092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21092D is #DEF6D2. Grayscale: #141414. Windows color (decimal): -14612179 or 2951457. OLE color: 2951457.
HSL color Cylindrical-coordinate representation of color #21092D: hue angle of 280º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21092D is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 9 | 45 | - |
| CMYK | 0.27 | 0.8 | 0 | 0.82 |
| HSL | 280º | 0.67% | 0.11% | - |
| HSV(B) | 280º | 0.8% | 0.18% | - |
| XYZ | 1.2 | 0.71 | 2.56 | - |
| YUV | 20.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 45 | 0.27 | 0.8 | 0 | 0.82 | 280 | 0.67 | 0.11 |
| Hex | 21 | 9 | 2D | 1B | 50 | 0 | 52 | 118 | 43 | B |
| Octal | 41 | 11 | 55 | 33 | 120 | 0 | 122 | 430 | 103 | 13 |
| Binary | 100001 | 1001 | 101101 | 11011 | 1010000 | 0 | 1010010 | 100011000 | 1000011 | 1011 |
Color Harmonies of #21092D
Complementary color
Monochromatic Colors of #21092D
Black with #21092D
Text Example
Text Example
White with #21092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21092D; }
p { color: rgb(33,9,45); }
H1.HeaderClassName
{
color: #21092D;
}
.AnyTagClassName
{
color: #21092D;
}
</style>
background-color css
<style>
a { background-color: #21092D; }
a { background-color: rgb(33,9,45); }
div.DivClassName
{
background-color: #21092D;
}
.BgClassName
{
background-color: #21092D;
}
</style>
border-color css
<style>
span { border-color: #21092D; }
span { border-color: rgb(33,9,45); }
td.TdClassName
{
border-color: #21092D;
}
.TagClassName
{
border-color: #21092D;
}
</style>