Shades of Blackcurrant #12071F
Tints of Blackcurrant #12071F
RGB
CMYK
RGB Variations
Color information
#12071F (or 0x12071F) is known color: Blackcurrant. HEX triplet: 12, 07 and 1F. RGB value is (18,7,31). Sum of RGB (Red+Green+Blue) = 18+7+31=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #12071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12071F is #EDF8E0. Grayscale: #0C0C0C. Windows color (decimal): -15595745 or 2033426. OLE color: 2033426.
HSL color Cylindrical-coordinate representation of color #12071F: hue angle of 267.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12071F is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 7 | 31 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.88 |
| HSL | 267.5º | 0.63% | 0.07% | - |
| HSV(B) | 267.5º | 0.77% | 0.12% | - |
| XYZ | 0.57 | 0.38 | 1.34 | - |
| YUV | 13.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 31 | 0.42 | 0.77 | 0 | 0.88 | 267.5 | 0.63 | 0.07 |
| Hex | 12 | 7 | 1F | 2A | 4D | 0 | 58 | 10C | 3F | 7 |
| Octal | 22 | 7 | 37 | 52 | 115 | 0 | 130 | 414 | 77 | 7 |
| Binary | 10010 | 111 | 11111 | 101010 | 1001101 | 0 | 1011000 | 100001100 | 111111 | 111 |
Color Harmonies of #12071F
Complementary color
Monochromatic Colors of #12071F
Black with #12071F
Text Example
Text Example
White with #12071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12071F; }
p { color: rgb(18,7,31); }
H1.HeaderClassName
{
color: #12071F;
}
.AnyTagClassName
{
color: #12071F;
}
</style>
background-color css
<style>
a { background-color: #12071F; }
a { background-color: rgb(18,7,31); }
div.DivClassName
{
background-color: #12071F;
}
.BgClassName
{
background-color: #12071F;
}
</style>
border-color css
<style>
span { border-color: #12071F; }
span { border-color: rgb(18,7,31); }
td.TdClassName
{
border-color: #12071F;
}
.TagClassName
{
border-color: #12071F;
}
</style>