Shades of Blackcurrant #0C0124
Tints of Blackcurrant #0C0124
RGB
CMYK
RGB Variations
Color information
#0C0124 (or 0x0C0124) is known color: Blackcurrant. HEX triplet: 0C, 01 and 24. RGB value is (12,1,36). Sum of RGB (Red+Green+Blue) = 12+1+36=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 36 (14.45% from 255 or 73.47% from 49); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0124 is #F3FEDB. Grayscale: #080808. Windows color (decimal): -15990492 or 2359564. OLE color: 2359564.
HSL color Cylindrical-coordinate representation of color #0C0124: hue angle of 258.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0124 is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 1 | 36 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.86 |
| HSL | 258.86º | 0.95% | 0.07% | - |
| HSV(B) | 258.86º | 0.97% | 0.14% | - |
| XYZ | 0.48 | 0.23 | 1.69 | - |
| YUV | 8.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 1 | 36 | 0.67 | 0.97 | 0 | 0.86 | 258.86 | 0.95 | 0.07 |
| Hex | C | 1 | 24 | 43 | 61 | 0 | 56 | 103 | 5F | 7 |
| Octal | 14 | 1 | 44 | 103 | 141 | 0 | 126 | 403 | 137 | 7 |
| Binary | 1100 | 1 | 100100 | 1000011 | 1100001 | 0 | 1010110 | 100000011 | 1011111 | 111 |
Color Harmonies of #0C0124
Complementary color
Monochromatic Colors of #0C0124
Black with #0C0124
Text Example
Text Example
White with #0C0124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0124; }
p { color: rgb(12,1,36); }
H1.HeaderClassName
{
color: #0C0124;
}
.AnyTagClassName
{
color: #0C0124;
}
</style>
background-color css
<style>
a { background-color: #0C0124; }
a { background-color: rgb(12,1,36); }
div.DivClassName
{
background-color: #0C0124;
}
.BgClassName
{
background-color: #0C0124;
}
</style>
border-color css
<style>
span { border-color: #0C0124; }
span { border-color: rgb(12,1,36); }
td.TdClassName
{
border-color: #0C0124;
}
.TagClassName
{
border-color: #0C0124;
}
</style>