Shades of Blackcurrant #21042E
Tints of Blackcurrant #21042E
RGB
CMYK
RGB Variations
Color information
#21042E (or 0x21042E) is known color: Blackcurrant. HEX triplet: 21, 04 and 2E. RGB value is (33,4,46). Sum of RGB (Red+Green+Blue) = 33+4+46=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #21042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21042E is #DEFBD1. Grayscale: #111111. Windows color (decimal): -14613458 or 3015713. OLE color: 3015713.
HSL color Cylindrical-coordinate representation of color #21042E: hue angle of 281.43º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21042E is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 4 | 46 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.82 |
| HSL | 281.43º | 0.84% | 0.1% | - |
| HSV(B) | 281.43º | 0.91% | 0.18% | - |
| XYZ | 1.16 | 0.61 | 2.64 | - |
| YUV | 17.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 46 | 0.28 | 0.91 | 0 | 0.82 | 281.43 | 0.84 | 0.1 |
| Hex | 21 | 4 | 2E | 1C | 5B | 0 | 52 | 119 | 54 | A |
| Octal | 41 | 4 | 56 | 34 | 133 | 0 | 122 | 431 | 124 | 12 |
| Binary | 100001 | 100 | 101110 | 11100 | 1011011 | 0 | 1010010 | 100011001 | 1010100 | 1010 |
Color Harmonies of #21042E
Complementary color
Monochromatic Colors of #21042E
Black with #21042E
Text Example
Text Example
White with #21042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21042E; }
p { color: rgb(33,4,46); }
H1.HeaderClassName
{
color: #21042E;
}
.AnyTagClassName
{
color: #21042E;
}
</style>
background-color css
<style>
a { background-color: #21042E; }
a { background-color: rgb(33,4,46); }
div.DivClassName
{
background-color: #21042E;
}
.BgClassName
{
background-color: #21042E;
}
</style>
border-color css
<style>
span { border-color: #21042E; }
span { border-color: rgb(33,4,46); }
td.TdClassName
{
border-color: #21042E;
}
.TagClassName
{
border-color: #21042E;
}
</style>