Shades of Blackcurrant #21013B
Tints of Blackcurrant #21013B
RGB
CMYK
RGB Variations
Color information
#21013B (or 0x21013B) is known color: Blackcurrant. HEX triplet: 21, 01 and 3B. RGB value is (33,1,59). Sum of RGB (Red+Green+Blue) = 33+1+59=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #21013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21013B is #DEFEC4. Grayscale: #101010. Windows color (decimal): -14614213 or 3866913. OLE color: 3866913.
HSL color Cylindrical-coordinate representation of color #21013B: hue angle of 273.1º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21013B is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 1 | 59 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.77 |
| HSL | 273.1º | 0.97% | 0.12% | - |
| HSV(B) | 273.1º | 0.98% | 0.23% | - |
| XYZ | 1.43 | 0.66 | 4.19 | - |
| YUV | 17.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 59 | 0.44 | 0.98 | 0 | 0.77 | 273.1 | 0.97 | 0.12 |
| Hex | 21 | 1 | 3B | 2C | 62 | 0 | 4D | 111 | 61 | C |
| Octal | 41 | 1 | 73 | 54 | 142 | 0 | 115 | 421 | 141 | 14 |
| Binary | 100001 | 1 | 111011 | 101100 | 1100010 | 0 | 1001101 | 100010001 | 1100001 | 1100 |
Color Harmonies of #21013B
Complementary color
Monochromatic Colors of #21013B
Black with #21013B
Text Example
Text Example
White with #21013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21013B; }
p { color: rgb(33,1,59); }
H1.HeaderClassName
{
color: #21013B;
}
.AnyTagClassName
{
color: #21013B;
}
</style>
background-color css
<style>
a { background-color: #21013B; }
a { background-color: rgb(33,1,59); }
div.DivClassName
{
background-color: #21013B;
}
.BgClassName
{
background-color: #21013B;
}
</style>
border-color css
<style>
span { border-color: #21013B; }
span { border-color: rgb(33,1,59); }
td.TdClassName
{
border-color: #21013B;
}
.TagClassName
{
border-color: #21013B;
}
</style>