Shades of Blackcurrant #12071C
Tints of Blackcurrant #12071C
RGB
CMYK
RGB Variations
Color information
#12071C (or 0x12071C) is known color: Blackcurrant. HEX triplet: 12, 07 and 1C. RGB value is (18,7,28). Sum of RGB (Red+Green+Blue) = 18+7+28=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #12071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12071C is #EDF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15595748 or 1836818. OLE color: 1836818.
HSL color Cylindrical-coordinate representation of color #12071C: hue angle of 271.43º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12071C is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 7 | 28 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.89 |
| HSL | 271.43º | 0.6% | 0.07% | - |
| HSV(B) | 271.43º | 0.75% | 0.11% | - |
| XYZ | 0.54 | 0.36 | 1.14 | - |
| YUV | 12.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 28 | 0.36 | 0.75 | 0 | 0.89 | 271.43 | 0.6 | 0.07 |
| Hex | 12 | 7 | 1C | 24 | 4B | 0 | 59 | 10F | 3C | 7 |
| Octal | 22 | 7 | 34 | 44 | 113 | 0 | 131 | 417 | 74 | 7 |
| Binary | 10010 | 111 | 11100 | 100100 | 1001011 | 0 | 1011001 | 100001111 | 111100 | 111 |
Color Harmonies of #12071C
Complementary color
Monochromatic Colors of #12071C
Black with #12071C
Text Example
Text Example
White with #12071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12071C; }
p { color: rgb(18,7,28); }
H1.HeaderClassName
{
color: #12071C;
}
.AnyTagClassName
{
color: #12071C;
}
</style>
background-color css
<style>
a { background-color: #12071C; }
a { background-color: rgb(18,7,28); }
div.DivClassName
{
background-color: #12071C;
}
.BgClassName
{
background-color: #12071C;
}
</style>
border-color css
<style>
span { border-color: #12071C; }
span { border-color: rgb(18,7,28); }
td.TdClassName
{
border-color: #12071C;
}
.TagClassName
{
border-color: #12071C;
}
</style>