Shades of Blackcurrant #0C0028
Tints of Blackcurrant #0C0028
RGB
CMYK
RGB Variations
Color information
#0C0028 (or 0x0C0028) is known color: Blackcurrant. HEX triplet: 0C, 00 and 28. RGB value is (12,0,40). Sum of RGB (Red+Green+Blue) = 12+0+40=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C0028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0028 is #F3FFD7. Grayscale: #080808. Windows color (decimal): -15990744 or 2621452. OLE color: 2621452.
HSL color Cylindrical-coordinate representation of color #0C0028: hue angle of 258º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0028 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 0 | 40 | - |
| CMYK | 0.70 | 1 | 0 | 0.84 |
| HSL | 258º | 1% | 0.08% | - |
| HSV(B) | 258º | 1% | 0.16% | - |
| XYZ | 0.53 | 0.23 | 2.02 | - |
| YUV | 8.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 40 | 0.70 | 1 | 0 | 0.84 | 258 | 1 | 0.08 |
| Hex | C | 0 | 28 | 46 | 64 | 0 | 54 | 102 | 64 | 8 |
| Octal | 14 | 0 | 50 | 106 | 144 | 0 | 124 | 402 | 144 | 10 |
| Binary | 1100 | 0 | 101000 | 1000110 | 1100100 | 0 | 1010100 | 100000010 | 1100100 | 1000 |
Color Harmonies of #0C0028
Complementary color
Monochromatic Colors of #0C0028
Black with #0C0028
Text Example
Text Example
White with #0C0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0028; }
p { color: rgb(12,0,40); }
H1.HeaderClassName
{
color: #0C0028;
}
.AnyTagClassName
{
color: #0C0028;
}
</style>
background-color css
<style>
a { background-color: #0C0028; }
a { background-color: rgb(12,0,40); }
div.DivClassName
{
background-color: #0C0028;
}
.BgClassName
{
background-color: #0C0028;
}
</style>
border-color css
<style>
span { border-color: #0C0028; }
span { border-color: rgb(12,0,40); }
td.TdClassName
{
border-color: #0C0028;
}
.TagClassName
{
border-color: #0C0028;
}
</style>