Shades of Blackcurrant #12081E
Tints of Blackcurrant #12081E
RGB
CMYK
RGB Variations
Color information
#12081E (or 0x12081E) is known color: Blackcurrant. HEX triplet: 12, 08 and 1E. RGB value is (18,8,30). Sum of RGB (Red+Green+Blue) = 18+8+30=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #12081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081E is #EDF7E1. Grayscale: #0D0D0D. Windows color (decimal): -15595490 or 1968146. OLE color: 1968146.
HSL color Cylindrical-coordinate representation of color #12081E: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12081E is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 8 | 30 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.88 |
| HSL | 267.27º | 0.58% | 0.07% | - |
| HSV(B) | 267.27º | 0.73% | 0.12% | - |
| XYZ | 0.57 | 0.4 | 1.27 | - |
| YUV | 13.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 30 | 0.40 | 0.73 | 0 | 0.88 | 267.27 | 0.58 | 0.07 |
| Hex | 12 | 8 | 1E | 28 | 49 | 0 | 58 | 10B | 3A | 7 |
| Octal | 22 | 10 | 36 | 50 | 111 | 0 | 130 | 413 | 72 | 7 |
| Binary | 10010 | 1000 | 11110 | 101000 | 1001001 | 0 | 1011000 | 100001011 | 111010 | 111 |
Color Harmonies of #12081E
Complementary color
Monochromatic Colors of #12081E
Black with #12081E
Text Example
Text Example
White with #12081E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12081E; }
p { color: rgb(18,8,30); }
H1.HeaderClassName
{
color: #12081E;
}
.AnyTagClassName
{
color: #12081E;
}
</style>
background-color css
<style>
a { background-color: #12081E; }
a { background-color: rgb(18,8,30); }
div.DivClassName
{
background-color: #12081E;
}
.BgClassName
{
background-color: #12081E;
}
</style>
border-color css
<style>
span { border-color: #12081E; }
span { border-color: rgb(18,8,30); }
td.TdClassName
{
border-color: #12081E;
}
.TagClassName
{
border-color: #12081E;
}
</style>