Shades of Blackcurrant #12012F
Tints of Blackcurrant #12012F
RGB
CMYK
RGB Variations
Color information
#12012F (or 0x12012F) is known color: Blackcurrant. HEX triplet: 12, 01 and 2F. RGB value is (18,1,47). Sum of RGB (Red+Green+Blue) = 18+1+47=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #12012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12012F is #EDFED0. Grayscale: #0B0B0B. Windows color (decimal): -15597265 or 3080466. OLE color: 3080466.
HSL color Cylindrical-coordinate representation of color #12012F: hue angle of 262.17º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12012F is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 1 | 47 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.82 |
| HSL | 262.17º | 0.96% | 0.09% | - |
| HSV(B) | 262.17º | 0.98% | 0.18% | - |
| XYZ | 0.77 | 0.36 | 2.72 | - |
| YUV | 11.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 47 | 0.62 | 0.98 | 0 | 0.82 | 262.17 | 0.96 | 0.09 |
| Hex | 12 | 1 | 2F | 3E | 62 | 0 | 52 | 106 | 60 | 9 |
| Octal | 22 | 1 | 57 | 76 | 142 | 0 | 122 | 406 | 140 | 11 |
| Binary | 10010 | 1 | 101111 | 111110 | 1100010 | 0 | 1010010 | 100000110 | 1100000 | 1001 |
Color Harmonies of #12012F
Complementary color
Monochromatic Colors of #12012F
Black with #12012F
Text Example
Text Example
White with #12012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12012F; }
p { color: rgb(18,1,47); }
H1.HeaderClassName
{
color: #12012F;
}
.AnyTagClassName
{
color: #12012F;
}
</style>
background-color css
<style>
a { background-color: #12012F; }
a { background-color: rgb(18,1,47); }
div.DivClassName
{
background-color: #12012F;
}
.BgClassName
{
background-color: #12012F;
}
</style>
border-color css
<style>
span { border-color: #12012F; }
span { border-color: rgb(18,1,47); }
td.TdClassName
{
border-color: #12012F;
}
.TagClassName
{
border-color: #12012F;
}
</style>