Shades of Blackcurrant #17012B
Tints of Blackcurrant #17012B
RGB
CMYK
RGB Variations
Color information
#17012B (or 0x17012B) is known color: Blackcurrant. HEX triplet: 17, 01 and 2B. RGB value is (23,1,43). Sum of RGB (Red+Green+Blue) = 23+1+43=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #17012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17012B is #E8FED4. Grayscale: #0C0C0C. Windows color (decimal): -15269589 or 2818327. OLE color: 2818327.
HSL color Cylindrical-coordinate representation of color #17012B: hue angle of 271.43º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17012B is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 1 | 43 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.83 |
| HSL | 271.43º | 0.95% | 0.09% | - |
| HSV(B) | 271.43º | 0.98% | 0.17% | - |
| XYZ | 0.8 | 0.38 | 2.32 | - |
| YUV | 12.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 43 | 0.47 | 0.98 | 0 | 0.83 | 271.43 | 0.95 | 0.09 |
| Hex | 17 | 1 | 2B | 2F | 62 | 0 | 53 | 10F | 5F | 9 |
| Octal | 27 | 1 | 53 | 57 | 142 | 0 | 123 | 417 | 137 | 11 |
| Binary | 10111 | 1 | 101011 | 101111 | 1100010 | 0 | 1010011 | 100001111 | 1011111 | 1001 |
Color Harmonies of #17012B
Complementary color
Monochromatic Colors of #17012B
Black with #17012B
Text Example
Text Example
White with #17012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17012B; }
p { color: rgb(23,1,43); }
H1.HeaderClassName
{
color: #17012B;
}
.AnyTagClassName
{
color: #17012B;
}
</style>
background-color css
<style>
a { background-color: #17012B; }
a { background-color: rgb(23,1,43); }
div.DivClassName
{
background-color: #17012B;
}
.BgClassName
{
background-color: #17012B;
}
</style>
border-color css
<style>
span { border-color: #17012B; }
span { border-color: rgb(23,1,43); }
td.TdClassName
{
border-color: #17012B;
}
.TagClassName
{
border-color: #17012B;
}
</style>