Shades of Blackcurrant #0C090F
Tints of Blackcurrant #0C090F
RGB
CMYK
RGB Variations
Color information
#0C090F (or 0x0C090F) is known color: Blackcurrant. HEX triplet: 0C, 09 and 0F. RGB value is (12,9,15). Sum of RGB (Red+Green+Blue) = 12+9+15=36 (4% of max value = 765). Red value is 12 (5.08% from 255 or 33.33% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 15 - color contains mainly: blue. Hex color #0C090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C090F is #F3F6F0. Grayscale: #0A0A0A. Windows color (decimal): -15988465 or 985356. OLE color: 985356.
HSL color Cylindrical-coordinate representation of color #0C090F: hue angle of 270º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C090F is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 9 | 15 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.94 |
| HSL | 270º | 0.25% | 0.05% | - |
| HSV(B) | 270º | 0.4% | 0.06% | - |
| XYZ | 0.34 | 0.31 | 0.49 | - |
| YUV | 10.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 9 | 15 | 0.20 | 0.40 | 0 | 0.94 | 270 | 0.25 | 0.05 |
| Hex | C | 9 | F | 14 | 28 | 0 | 5E | 10E | 19 | 5 |
| Octal | 14 | 11 | 17 | 24 | 50 | 0 | 136 | 416 | 31 | 5 |
| Binary | 1100 | 1001 | 1111 | 10100 | 101000 | 0 | 1011110 | 100001110 | 11001 | 101 |
Color Harmonies of #0C090F
Complementary color
Monochromatic Colors of #0C090F
Black with #0C090F
Text Example
Text Example
White with #0C090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C090F; }
p { color: rgb(12,9,15); }
H1.HeaderClassName
{
color: #0C090F;
}
.AnyTagClassName
{
color: #0C090F;
}
</style>
background-color css
<style>
a { background-color: #0C090F; }
a { background-color: rgb(12,9,15); }
div.DivClassName
{
background-color: #0C090F;
}
.BgClassName
{
background-color: #0C090F;
}
</style>
border-color css
<style>
span { border-color: #0C090F; }
span { border-color: rgb(12,9,15); }
td.TdClassName
{
border-color: #0C090F;
}
.TagClassName
{
border-color: #0C090F;
}
</style>