Shades of Blackcurrant #21152D
Tints of Blackcurrant #21152D
RGB
CMYK
RGB Variations
Color information
#21152D (or 0x21152D) is known color: Blackcurrant. HEX triplet: 21, 15 and 2D. RGB value is (33,21,45). Sum of RGB (Red+Green+Blue) = 33+21+45=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #21152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21152D is #DEEAD2. Grayscale: #1B1B1B. Windows color (decimal): -14609107 or 2954529. OLE color: 2954529.
HSL color Cylindrical-coordinate representation of color #21152D: hue angle of 270º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21152D is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 21 | 45 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.82 |
| HSL | 270º | 0.36% | 0.13% | - |
| HSV(B) | 270º | 0.53% | 0.18% | - |
| XYZ | 1.37 | 1.05 | 2.61 | - |
| YUV | 27.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 45 | 0.27 | 0.53 | 0 | 0.82 | 270 | 0.36 | 0.13 |
| Hex | 21 | 15 | 2D | 1B | 35 | 0 | 52 | 10E | 24 | D |
| Octal | 41 | 25 | 55 | 33 | 65 | 0 | 122 | 416 | 44 | 15 |
| Binary | 100001 | 10101 | 101101 | 11011 | 110101 | 0 | 1010010 | 100001110 | 100100 | 1101 |
Color Harmonies of #21152D
Complementary color
Monochromatic Colors of #21152D
Black with #21152D
Text Example
Text Example
White with #21152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21152D; }
p { color: rgb(33,21,45); }
H1.HeaderClassName
{
color: #21152D;
}
.AnyTagClassName
{
color: #21152D;
}
</style>
background-color css
<style>
a { background-color: #21152D; }
a { background-color: rgb(33,21,45); }
div.DivClassName
{
background-color: #21152D;
}
.BgClassName
{
background-color: #21152D;
}
</style>
border-color css
<style>
span { border-color: #21152D; }
span { border-color: rgb(33,21,45); }
td.TdClassName
{
border-color: #21152D;
}
.TagClassName
{
border-color: #21152D;
}
</style>