Shades of Blackcurrant #21132F
Tints of Blackcurrant #21132F
RGB
CMYK
RGB Variations
Color information
#21132F (or 0x21132F) is known color: Blackcurrant. HEX triplet: 21, 13 and 2F. RGB value is (33,19,47). Sum of RGB (Red+Green+Blue) = 33+19+47=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #21132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21132F is #DEECD0. Grayscale: #1A1A1A. Windows color (decimal): -14609617 or 3085089. OLE color: 3085089.
HSL color Cylindrical-coordinate representation of color #21132F: hue angle of 270º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21132F is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 19 | 47 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.82 |
| HSL | 270º | 0.42% | 0.13% | - |
| HSV(B) | 270º | 0.6% | 0.18% | - |
| XYZ | 1.37 | 0.99 | 2.81 | - |
| YUV | 26.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 47 | 0.30 | 0.60 | 0 | 0.82 | 270 | 0.42 | 0.13 |
| Hex | 21 | 13 | 2F | 1E | 3C | 0 | 52 | 10E | 2A | D |
| Octal | 41 | 23 | 57 | 36 | 74 | 0 | 122 | 416 | 52 | 15 |
| Binary | 100001 | 10011 | 101111 | 11110 | 111100 | 0 | 1010010 | 100001110 | 101010 | 1101 |
Color Harmonies of #21132F
Complementary color
Monochromatic Colors of #21132F
Black with #21132F
Text Example
Text Example
White with #21132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21132F; }
p { color: rgb(33,19,47); }
H1.HeaderClassName
{
color: #21132F;
}
.AnyTagClassName
{
color: #21132F;
}
</style>
background-color css
<style>
a { background-color: #21132F; }
a { background-color: rgb(33,19,47); }
div.DivClassName
{
background-color: #21132F;
}
.BgClassName
{
background-color: #21132F;
}
</style>
border-color css
<style>
span { border-color: #21132F; }
span { border-color: rgb(33,19,47); }
td.TdClassName
{
border-color: #21132F;
}
.TagClassName
{
border-color: #21132F;
}
</style>