Shades of Blackcurrant #21062E
Tints of Blackcurrant #21062E
RGB
CMYK
RGB Variations
Color information
#21062E (or 0x21062E) is known color: Blackcurrant. HEX triplet: 21, 06 and 2E. RGB value is (33,6,46). Sum of RGB (Red+Green+Blue) = 33+6+46=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #21062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21062E is #DEF9D1. Grayscale: #121212. Windows color (decimal): -14612946 or 3016225. OLE color: 3016225.
HSL color Cylindrical-coordinate representation of color #21062E: hue angle of 280.5º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21062E is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 6 | 46 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.82 |
| HSL | 280.5º | 0.77% | 0.1% | - |
| HSV(B) | 280.5º | 0.87% | 0.18% | - |
| XYZ | 1.19 | 0.65 | 2.65 | - |
| YUV | 18.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 46 | 0.28 | 0.87 | 0 | 0.82 | 280.5 | 0.77 | 0.1 |
| Hex | 21 | 6 | 2E | 1C | 57 | 0 | 52 | 118 | 4D | A |
| Octal | 41 | 6 | 56 | 34 | 127 | 0 | 122 | 430 | 115 | 12 |
| Binary | 100001 | 110 | 101110 | 11100 | 1010111 | 0 | 1010010 | 100011000 | 1001101 | 1010 |
Color Harmonies of #21062E
Complementary color
Monochromatic Colors of #21062E
Black with #21062E
Text Example
Text Example
White with #21062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21062E; }
p { color: rgb(33,6,46); }
H1.HeaderClassName
{
color: #21062E;
}
.AnyTagClassName
{
color: #21062E;
}
</style>
background-color css
<style>
a { background-color: #21062E; }
a { background-color: rgb(33,6,46); }
div.DivClassName
{
background-color: #21062E;
}
.BgClassName
{
background-color: #21062E;
}
</style>
border-color css
<style>
span { border-color: #21062E; }
span { border-color: rgb(33,6,46); }
td.TdClassName
{
border-color: #21062E;
}
.TagClassName
{
border-color: #21062E;
}
</style>