Shades of Blackcurrant #21082C
Tints of Blackcurrant #21082C
RGB
CMYK
RGB Variations
Color information
#21082C (or 0x21082C) is known color: Blackcurrant. HEX triplet: 21, 08 and 2C. RGB value is (33,8,44). Sum of RGB (Red+Green+Blue) = 33+8+44=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #21082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21082C is #DEF7D3. Grayscale: #131313. Windows color (decimal): -14612436 or 2885665. OLE color: 2885665.
HSL color Cylindrical-coordinate representation of color #21082C: hue angle of 281.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21082C is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 8 | 44 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.83 |
| HSL | 281.67º | 0.69% | 0.1% | - |
| HSV(B) | 281.67º | 0.82% | 0.17% | - |
| XYZ | 1.17 | 0.68 | 2.45 | - |
| YUV | 19.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 44 | 0.25 | 0.82 | 0 | 0.83 | 281.67 | 0.69 | 0.1 |
| Hex | 21 | 8 | 2C | 19 | 52 | 0 | 53 | 11A | 45 | A |
| Octal | 41 | 10 | 54 | 31 | 122 | 0 | 123 | 432 | 105 | 12 |
| Binary | 100001 | 1000 | 101100 | 11001 | 1010010 | 0 | 1010011 | 100011010 | 1000101 | 1010 |
Color Harmonies of #21082C
Complementary color
Monochromatic Colors of #21082C
Black with #21082C
Text Example
Text Example
White with #21082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21082C; }
p { color: rgb(33,8,44); }
H1.HeaderClassName
{
color: #21082C;
}
.AnyTagClassName
{
color: #21082C;
}
</style>
background-color css
<style>
a { background-color: #21082C; }
a { background-color: rgb(33,8,44); }
div.DivClassName
{
background-color: #21082C;
}
.BgClassName
{
background-color: #21082C;
}
</style>
border-color css
<style>
span { border-color: #21082C; }
span { border-color: rgb(33,8,44); }
td.TdClassName
{
border-color: #21082C;
}
.TagClassName
{
border-color: #21082C;
}
</style>