Shades of Blackcurrant #0C050E
Tints of Blackcurrant #0C050E
RGB
CMYK
RGB Variations
Color information
#0C050E (or 0x0C050E) is known color: Blackcurrant. HEX triplet: 0C, 05 and 0E. RGB value is (12,5,14). Sum of RGB (Red+Green+Blue) = 12+5+14=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 14 - color contains mainly: blue. Hex color #0C050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050E is #F3FAF1. Grayscale: #080808. Windows color (decimal): -15989490 or 918796. OLE color: 918796.
HSL color Cylindrical-coordinate representation of color #0C050E: hue angle of 286.67º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C050E is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 5 | 14 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.95 |
| HSL | 286.67º | 0.47% | 0.04% | - |
| HSV(B) | 286.67º | 0.64% | 0.05% | - |
| XYZ | 0.29 | 0.22 | 0.44 | - |
| YUV | 8.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 14 | 0.14 | 0.64 | 0 | 0.95 | 286.67 | 0.47 | 0.04 |
| Hex | C | 5 | E | E | 40 | 0 | 5F | 11F | 2F | 4 |
| Octal | 14 | 5 | 16 | 16 | 100 | 0 | 137 | 437 | 57 | 4 |
| Binary | 1100 | 101 | 1110 | 1110 | 1000000 | 0 | 1011111 | 100011111 | 101111 | 100 |
Color Harmonies of #0C050E
Complementary color
Monochromatic Colors of #0C050E
Black with #0C050E
Text Example
Text Example
White with #0C050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C050E; }
p { color: rgb(12,5,14); }
H1.HeaderClassName
{
color: #0C050E;
}
.AnyTagClassName
{
color: #0C050E;
}
</style>
background-color css
<style>
a { background-color: #0C050E; }
a { background-color: rgb(12,5,14); }
div.DivClassName
{
background-color: #0C050E;
}
.BgClassName
{
background-color: #0C050E;
}
</style>
border-color css
<style>
span { border-color: #0C050E; }
span { border-color: rgb(12,5,14); }
td.TdClassName
{
border-color: #0C050E;
}
.TagClassName
{
border-color: #0C050E;
}
</style>