Shades of Blackcurrant #12031C
Tints of Blackcurrant #12031C
RGB
CMYK
RGB Variations
Color information
#12031C (or 0x12031C) is known color: Blackcurrant. HEX triplet: 12, 03 and 1C. RGB value is (18,3,28). Sum of RGB (Red+Green+Blue) = 18+3+28=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #12031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12031C is #EDFCE3. Grayscale: #0A0A0A. Windows color (decimal): -15596772 or 1835794. OLE color: 1835794.
HSL color Cylindrical-coordinate representation of color #12031C: hue angle of 276º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12031C is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 3 | 28 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.89 |
| HSL | 276º | 0.81% | 0.06% | - |
| HSV(B) | 276º | 0.89% | 0.11% | - |
| XYZ | 0.49 | 0.28 | 1.13 | - |
| YUV | 10.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 28 | 0.36 | 0.89 | 0 | 0.89 | 276 | 0.81 | 0.06 |
| Hex | 12 | 3 | 1C | 24 | 59 | 0 | 59 | 114 | 51 | 6 |
| Octal | 22 | 3 | 34 | 44 | 131 | 0 | 131 | 424 | 121 | 6 |
| Binary | 10010 | 11 | 11100 | 100100 | 1011001 | 0 | 1011001 | 100010100 | 1010001 | 110 |
Color Harmonies of #12031C
Complementary color
Monochromatic Colors of #12031C
Black with #12031C
Text Example
Text Example
White with #12031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12031C; }
p { color: rgb(18,3,28); }
H1.HeaderClassName
{
color: #12031C;
}
.AnyTagClassName
{
color: #12031C;
}
</style>
background-color css
<style>
a { background-color: #12031C; }
a { background-color: rgb(18,3,28); }
div.DivClassName
{
background-color: #12031C;
}
.BgClassName
{
background-color: #12031C;
}
</style>
border-color css
<style>
span { border-color: #12031C; }
span { border-color: rgb(18,3,28); }
td.TdClassName
{
border-color: #12031C;
}
.TagClassName
{
border-color: #12031C;
}
</style>