Shades of Blackcurrant #21142D
Tints of Blackcurrant #21142D
RGB
CMYK
RGB Variations
Color information
#21142D (or 0x21142D) is known color: Blackcurrant. HEX triplet: 21, 14 and 2D. RGB value is (33,20,45). Sum of RGB (Red+Green+Blue) = 33+20+45=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #21142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21142D is #DEEBD2. Grayscale: #1A1A1A. Windows color (decimal): -14609363 or 2954273. OLE color: 2954273.
HSL color Cylindrical-coordinate representation of color #21142D: hue angle of 271.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21142D is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 20 | 45 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.82 |
| HSL | 271.2º | 0.38% | 0.13% | - |
| HSV(B) | 271.2º | 0.56% | 0.18% | - |
| XYZ | 1.35 | 1.01 | 2.61 | - |
| YUV | 26.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 45 | 0.27 | 0.56 | 0 | 0.82 | 271.2 | 0.38 | 0.13 |
| Hex | 21 | 14 | 2D | 1B | 38 | 0 | 52 | 10F | 26 | D |
| Octal | 41 | 24 | 55 | 33 | 70 | 0 | 122 | 417 | 46 | 15 |
| Binary | 100001 | 10100 | 101101 | 11011 | 111000 | 0 | 1010010 | 100001111 | 100110 | 1101 |
Color Harmonies of #21142D
Complementary color
Monochromatic Colors of #21142D
Black with #21142D
Text Example
Text Example
White with #21142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21142D; }
p { color: rgb(33,20,45); }
H1.HeaderClassName
{
color: #21142D;
}
.AnyTagClassName
{
color: #21142D;
}
</style>
background-color css
<style>
a { background-color: #21142D; }
a { background-color: rgb(33,20,45); }
div.DivClassName
{
background-color: #21142D;
}
.BgClassName
{
background-color: #21142D;
}
</style>
border-color css
<style>
span { border-color: #21142D; }
span { border-color: rgb(33,20,45); }
td.TdClassName
{
border-color: #21142D;
}
.TagClassName
{
border-color: #21142D;
}
</style>