Shades of Blackcurrant #0C001E
Tints of Blackcurrant #0C001E
RGB
CMYK
RGB Variations
Color information
#0C001E (or 0x0C001E) is known color: Blackcurrant. HEX triplet: 0C, 00 and 1E. RGB value is (12,0,30). Sum of RGB (Red+Green+Blue) = 12+0+30=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C001E is #F3FFE1. Grayscale: #060606. Windows color (decimal): -15990754 or 1966092. OLE color: 1966092.
HSL color Cylindrical-coordinate representation of color #0C001E: hue angle of 264º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C001E is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 0 | 30 | - |
| CMYK | 0.60 | 1 | 0 | 0.88 |
| HSL | 264º | 1% | 0.06% | - |
| HSV(B) | 264º | 1% | 0.12% | - |
| XYZ | 0.39 | 0.17 | 1.24 | - |
| YUV | 7.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 30 | 0.60 | 1 | 0 | 0.88 | 264 | 1 | 0.06 |
| Hex | C | 0 | 1E | 3C | 64 | 0 | 58 | 108 | 64 | 6 |
| Octal | 14 | 0 | 36 | 74 | 144 | 0 | 130 | 410 | 144 | 6 |
| Binary | 1100 | 0 | 11110 | 111100 | 1100100 | 0 | 1011000 | 100001000 | 1100100 | 110 |
Color Harmonies of #0C001E
Complementary color
Monochromatic Colors of #0C001E
Black with #0C001E
Text Example
Text Example
White with #0C001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C001E; }
p { color: rgb(12,0,30); }
H1.HeaderClassName
{
color: #0C001E;
}
.AnyTagClassName
{
color: #0C001E;
}
</style>
background-color css
<style>
a { background-color: #0C001E; }
a { background-color: rgb(12,0,30); }
div.DivClassName
{
background-color: #0C001E;
}
.BgClassName
{
background-color: #0C001E;
}
</style>
border-color css
<style>
span { border-color: #0C001E; }
span { border-color: rgb(12,0,30); }
td.TdClassName
{
border-color: #0C001E;
}
.TagClassName
{
border-color: #0C001E;
}
</style>