Shades of Blackcurrant #12011F
Tints of Blackcurrant #12011F
RGB
CMYK
RGB Variations
Color information
#12011F (or 0x12011F) is known color: Blackcurrant. HEX triplet: 12, 01 and 1F. RGB value is (18,1,31). Sum of RGB (Red+Green+Blue) = 18+1+31=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #12011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011F is #EDFEE0. Grayscale: #090909. Windows color (decimal): -15597281 or 2031890. OLE color: 2031890.
HSL color Cylindrical-coordinate representation of color #12011F: hue angle of 274º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12011F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 1 | 31 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.88 |
| HSL | 274º | 0.94% | 0.06% | - |
| HSV(B) | 274º | 0.97% | 0.12% | - |
| XYZ | 0.51 | 0.25 | 1.32 | - |
| YUV | 9.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 31 | 0.42 | 0.97 | 0 | 0.88 | 274 | 0.94 | 0.06 |
| Hex | 12 | 1 | 1F | 2A | 61 | 0 | 58 | 112 | 5E | 6 |
| Octal | 22 | 1 | 37 | 52 | 141 | 0 | 130 | 422 | 136 | 6 |
| Binary | 10010 | 1 | 11111 | 101010 | 1100001 | 0 | 1011000 | 100010010 | 1011110 | 110 |
Color Harmonies of #12011F
Complementary color
Monochromatic Colors of #12011F
Black with #12011F
Text Example
Text Example
White with #12011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12011F; }
p { color: rgb(18,1,31); }
H1.HeaderClassName
{
color: #12011F;
}
.AnyTagClassName
{
color: #12011F;
}
</style>
background-color css
<style>
a { background-color: #12011F; }
a { background-color: rgb(18,1,31); }
div.DivClassName
{
background-color: #12011F;
}
.BgClassName
{
background-color: #12011F;
}
</style>
border-color css
<style>
span { border-color: #12011F; }
span { border-color: rgb(18,1,31); }
td.TdClassName
{
border-color: #12011F;
}
.TagClassName
{
border-color: #12011F;
}
</style>