Shades of Blackcurrant #0C0021
Tints of Blackcurrant #0C0021
RGB
CMYK
RGB Variations
Color information
#0C0021 (or 0x0C0021) is known color: Blackcurrant. HEX triplet: 0C, 00 and 21. RGB value is (12,0,33). Sum of RGB (Red+Green+Blue) = 12+0+33=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0021 is #F3FFDE. Grayscale: #070707. Windows color (decimal): -15990751 or 2162700. OLE color: 2162700.
HSL color Cylindrical-coordinate representation of color #0C0021: hue angle of 261.82º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0021 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 0 | 33 | - |
| CMYK | 0.64 | 1 | 0 | 0.87 |
| HSL | 261.82º | 1% | 0.06% | - |
| HSV(B) | 261.82º | 1% | 0.13% | - |
| XYZ | 0.43 | 0.19 | 1.45 | - |
| YUV | 7.35 | 142.48 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 33 | 0.64 | 1 | 0 | 0.87 | 261.82 | 1 | 0.06 |
| Hex | C | 0 | 21 | 40 | 64 | 0 | 57 | 106 | 64 | 6 |
| Octal | 14 | 0 | 41 | 100 | 144 | 0 | 127 | 406 | 144 | 6 |
| Binary | 1100 | 0 | 100001 | 1000000 | 1100100 | 0 | 1010111 | 100000110 | 1100100 | 110 |
Color Harmonies of #0C0021
Complementary color
Monochromatic Colors of #0C0021
Black with #0C0021
Text Example
Text Example
White with #0C0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0021; }
p { color: rgb(12,0,33); }
H1.HeaderClassName
{
color: #0C0021;
}
.AnyTagClassName
{
color: #0C0021;
}
</style>
background-color css
<style>
a { background-color: #0C0021; }
a { background-color: rgb(12,0,33); }
div.DivClassName
{
background-color: #0C0021;
}
.BgClassName
{
background-color: #0C0021;
}
</style>
border-color css
<style>
span { border-color: #0C0021; }
span { border-color: rgb(12,0,33); }
td.TdClassName
{
border-color: #0C0021;
}
.TagClassName
{
border-color: #0C0021;
}
</style>