Shades of Blackcurrant #12003B
Tints of Blackcurrant #12003B
RGB
CMYK
RGB Variations
Color information
#12003B (or 0x12003B) is known color: Blackcurrant. HEX triplet: 12, 00 and 3B. RGB value is (18,0,59). Sum of RGB (Red+Green+Blue) = 18+0+59=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 59 (23.44% from 255 or 76.62% from 77); Max value from RGB is 59 - color contains mainly: blue. Hex color #12003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12003B is #EDFFC4. Grayscale: #0B0B0B. Windows color (decimal): -15597509 or 3866642. OLE color: 3866642.
HSL color Cylindrical-coordinate representation of color #12003B: hue angle of 258.31º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12003B is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 0 | 59 | - |
| CMYK | 0.69 | 1 | 0 | 0.77 |
| HSL | 258.31º | 1% | 0.12% | - |
| HSV(B) | 258.31º | 1% | 0.23% | - |
| XYZ | 1.04 | 0.44 | 4.17 | - |
| YUV | 12.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 59 | 0.69 | 1 | 0 | 0.77 | 258.31 | 1 | 0.12 |
| Hex | 12 | 0 | 3B | 45 | 64 | 0 | 4D | 102 | 64 | C |
| Octal | 22 | 0 | 73 | 105 | 144 | 0 | 115 | 402 | 144 | 14 |
| Binary | 10010 | 0 | 111011 | 1000101 | 1100100 | 0 | 1001101 | 100000010 | 1100100 | 1100 |
Color Harmonies of #12003B
Complementary color
Monochromatic Colors of #12003B
Black with #12003B
Text Example
Text Example
White with #12003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12003B; }
p { color: rgb(18,0,59); }
H1.HeaderClassName
{
color: #12003B;
}
.AnyTagClassName
{
color: #12003B;
}
</style>
background-color css
<style>
a { background-color: #12003B; }
a { background-color: rgb(18,0,59); }
div.DivClassName
{
background-color: #12003B;
}
.BgClassName
{
background-color: #12003B;
}
</style>
border-color css
<style>
span { border-color: #12003B; }
span { border-color: rgb(18,0,59); }
td.TdClassName
{
border-color: #12003B;
}
.TagClassName
{
border-color: #12003B;
}
</style>