Shades of Blackcurrant #12081F
Tints of Blackcurrant #12081F
RGB
CMYK
RGB Variations
Color information
#12081F (or 0x12081F) is known color: Blackcurrant. HEX triplet: 12, 08 and 1F. RGB value is (18,8,31). Sum of RGB (Red+Green+Blue) = 18+8+31=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #12081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081F is #EDF7E0. Grayscale: #0D0D0D. Windows color (decimal): -15595489 or 2033682. OLE color: 2033682.
HSL color Cylindrical-coordinate representation of color #12081F: hue angle of 266.09º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12081F is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 8 | 31 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.88 |
| HSL | 266.09º | 0.59% | 0.08% | - |
| HSV(B) | 266.09º | 0.74% | 0.12% | - |
| XYZ | 0.58 | 0.4 | 1.34 | - |
| YUV | 13.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 31 | 0.42 | 0.74 | 0 | 0.88 | 266.09 | 0.59 | 0.08 |
| Hex | 12 | 8 | 1F | 2A | 4A | 0 | 58 | 10A | 3B | 8 |
| Octal | 22 | 10 | 37 | 52 | 112 | 0 | 130 | 412 | 73 | 10 |
| Binary | 10010 | 1000 | 11111 | 101010 | 1001010 | 0 | 1011000 | 100001010 | 111011 | 1000 |
Color Harmonies of #12081F
Complementary color
Monochromatic Colors of #12081F
Black with #12081F
Text Example
Text Example
White with #12081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12081F; }
p { color: rgb(18,8,31); }
H1.HeaderClassName
{
color: #12081F;
}
.AnyTagClassName
{
color: #12081F;
}
</style>
background-color css
<style>
a { background-color: #12081F; }
a { background-color: rgb(18,8,31); }
div.DivClassName
{
background-color: #12081F;
}
.BgClassName
{
background-color: #12081F;
}
</style>
border-color css
<style>
span { border-color: #12081F; }
span { border-color: rgb(18,8,31); }
td.TdClassName
{
border-color: #12081F;
}
.TagClassName
{
border-color: #12081F;
}
</style>