Shades of Blackcurrant #12061B
Tints of Blackcurrant #12061B
RGB
CMYK
RGB Variations
Color information
#12061B (or 0x12061B) is known color: Blackcurrant. HEX triplet: 12, 06 and 1B. RGB value is (18,6,27). Sum of RGB (Red+Green+Blue) = 18+6+27=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #12061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061B is #EDF9E4. Grayscale: #0B0B0B. Windows color (decimal): -15596005 or 1771026. OLE color: 1771026.
HSL color Cylindrical-coordinate representation of color #12061B: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12061B is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 6 | 27 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.89 |
| HSL | 274.29º | 0.64% | 0.06% | - |
| HSV(B) | 274.29º | 0.78% | 0.11% | - |
| XYZ | 0.51 | 0.34 | 1.08 | - |
| YUV | 11.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 27 | 0.33 | 0.78 | 0 | 0.89 | 274.29 | 0.64 | 0.06 |
| Hex | 12 | 6 | 1B | 21 | 4E | 0 | 59 | 112 | 40 | 6 |
| Octal | 22 | 6 | 33 | 41 | 116 | 0 | 131 | 422 | 100 | 6 |
| Binary | 10010 | 110 | 11011 | 100001 | 1001110 | 0 | 1011001 | 100010010 | 1000000 | 110 |
Color Harmonies of #12061B
Complementary color
Monochromatic Colors of #12061B
Black with #12061B
Text Example
Text Example
White with #12061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12061B; }
p { color: rgb(18,6,27); }
H1.HeaderClassName
{
color: #12061B;
}
.AnyTagClassName
{
color: #12061B;
}
</style>
background-color css
<style>
a { background-color: #12061B; }
a { background-color: rgb(18,6,27); }
div.DivClassName
{
background-color: #12061B;
}
.BgClassName
{
background-color: #12061B;
}
</style>
border-color css
<style>
span { border-color: #12061B; }
span { border-color: rgb(18,6,27); }
td.TdClassName
{
border-color: #12061B;
}
.TagClassName
{
border-color: #12061B;
}
</style>