Shades of Blackcurrant #21053D
Tints of Blackcurrant #21053D
RGB
CMYK
RGB Variations
Color information
#21053D (or 0x21053D) is known color: Blackcurrant. HEX triplet: 21, 05 and 3D. RGB value is (33,5,61). Sum of RGB (Red+Green+Blue) = 33+5+61=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #21053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21053D is #DEFAC2. Grayscale: #131313. Windows color (decimal): -14613187 or 3999009. OLE color: 3999009.
HSL color Cylindrical-coordinate representation of color #21053D: hue angle of 270º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21053D is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 5 | 61 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.76 |
| HSL | 270º | 0.85% | 0.13% | - |
| HSV(B) | 270º | 0.92% | 0.24% | - |
| XYZ | 1.52 | 0.77 | 4.48 | - |
| YUV | 19.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 61 | 0.46 | 0.92 | 0 | 0.76 | 270 | 0.85 | 0.13 |
| Hex | 21 | 5 | 3D | 2E | 5C | 0 | 4C | 10E | 55 | D |
| Octal | 41 | 5 | 75 | 56 | 134 | 0 | 114 | 416 | 125 | 15 |
| Binary | 100001 | 101 | 111101 | 101110 | 1011100 | 0 | 1001100 | 100001110 | 1010101 | 1101 |
Color Harmonies of #21053D
Complementary color
Monochromatic Colors of #21053D
Black with #21053D
Text Example
Text Example
White with #21053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21053D; }
p { color: rgb(33,5,61); }
H1.HeaderClassName
{
color: #21053D;
}
.AnyTagClassName
{
color: #21053D;
}
</style>
background-color css
<style>
a { background-color: #21053D; }
a { background-color: rgb(33,5,61); }
div.DivClassName
{
background-color: #21053D;
}
.BgClassName
{
background-color: #21053D;
}
</style>
border-color css
<style>
span { border-color: #21053D; }
span { border-color: rgb(33,5,61); }
td.TdClassName
{
border-color: #21053D;
}
.TagClassName
{
border-color: #21053D;
}
</style>