Shades of Blackcurrant #12091B
Tints of Blackcurrant #12091B
RGB
CMYK
RGB Variations
Color information
#12091B (or 0x12091B) is known color: Blackcurrant. HEX triplet: 12, 09 and 1B. RGB value is (18,9,27). Sum of RGB (Red+Green+Blue) = 18+9+27=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #12091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091B is #EDF6E4. Grayscale: #0D0D0D. Windows color (decimal): -15595237 or 1771794. OLE color: 1771794.
HSL color Cylindrical-coordinate representation of color #12091B: hue angle of 270º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #12091B is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 9 | 27 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.89 |
| HSL | 270º | 0.5% | 0.07% | - |
| HSV(B) | 270º | 0.67% | 0.11% | - |
| XYZ | 0.54 | 0.4 | 1.09 | - |
| YUV | 13.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 27 | 0.33 | 0.67 | 0 | 0.89 | 270 | 0.5 | 0.07 |
| Hex | 12 | 9 | 1B | 21 | 43 | 0 | 59 | 10E | 32 | 7 |
| Octal | 22 | 11 | 33 | 41 | 103 | 0 | 131 | 416 | 62 | 7 |
| Binary | 10010 | 1001 | 11011 | 100001 | 1000011 | 0 | 1011001 | 100001110 | 110010 | 111 |
Color Harmonies of #12091B
Complementary color
Monochromatic Colors of #12091B
Black with #12091B
Text Example
Text Example
White with #12091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12091B; }
p { color: rgb(18,9,27); }
H1.HeaderClassName
{
color: #12091B;
}
.AnyTagClassName
{
color: #12091B;
}
</style>
background-color css
<style>
a { background-color: #12091B; }
a { background-color: rgb(18,9,27); }
div.DivClassName
{
background-color: #12091B;
}
.BgClassName
{
background-color: #12091B;
}
</style>
border-color css
<style>
span { border-color: #12091B; }
span { border-color: rgb(18,9,27); }
td.TdClassName
{
border-color: #12091B;
}
.TagClassName
{
border-color: #12091B;
}
</style>