Shades of Blackcurrant #21013C
Tints of Blackcurrant #21013C
RGB
CMYK
RGB Variations
Color information
#21013C (or 0x21013C) is known color: Blackcurrant. HEX triplet: 21, 01 and 3C. RGB value is (33,1,60). Sum of RGB (Red+Green+Blue) = 33+1+60=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #21013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21013C is #DEFEC3. Grayscale: #111111. Windows color (decimal): -14614212 or 3932449. OLE color: 3932449.
HSL color Cylindrical-coordinate representation of color #21013C: hue angle of 272.54º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21013C is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 1 | 60 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.76 |
| HSL | 272.54º | 0.97% | 0.12% | - |
| HSV(B) | 272.54º | 0.98% | 0.24% | - |
| XYZ | 1.45 | 0.67 | 4.33 | - |
| YUV | 17.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 60 | 0.45 | 0.98 | 0 | 0.76 | 272.54 | 0.97 | 0.12 |
| Hex | 21 | 1 | 3C | 2D | 62 | 0 | 4C | 111 | 61 | C |
| Octal | 41 | 1 | 74 | 55 | 142 | 0 | 114 | 421 | 141 | 14 |
| Binary | 100001 | 1 | 111100 | 101101 | 1100010 | 0 | 1001100 | 100010001 | 1100001 | 1100 |
Color Harmonies of #21013C
Complementary color
Monochromatic Colors of #21013C
Black with #21013C
Text Example
Text Example
White with #21013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21013C; }
p { color: rgb(33,1,60); }
H1.HeaderClassName
{
color: #21013C;
}
.AnyTagClassName
{
color: #21013C;
}
</style>
background-color css
<style>
a { background-color: #21013C; }
a { background-color: rgb(33,1,60); }
div.DivClassName
{
background-color: #21013C;
}
.BgClassName
{
background-color: #21013C;
}
</style>
border-color css
<style>
span { border-color: #21013C; }
span { border-color: rgb(33,1,60); }
td.TdClassName
{
border-color: #21013C;
}
.TagClassName
{
border-color: #21013C;
}
</style>