Shades of Blackcurrant #17023D
Tints of Blackcurrant #17023D
RGB
CMYK
RGB Variations
Color information
#17023D (or 0x17023D) is known color: Blackcurrant. HEX triplet: 17, 02 and 3D. RGB value is (23,2,61). Sum of RGB (Red+Green+Blue) = 23+2+61=86 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.74% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #17023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17023D is #E8FDC2. Grayscale: #0E0E0E. Windows color (decimal): -15269315 or 3998231. OLE color: 3998231.
HSL color Cylindrical-coordinate representation of color #17023D: hue angle of 261.36º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17023D is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 2 | 61 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.76 |
| HSL | 261.36º | 0.94% | 0.12% | - |
| HSV(B) | 261.36º | 0.97% | 0.24% | - |
| XYZ | 1.22 | 0.56 | 4.46 | - |
| YUV | 15.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 61 | 0.62 | 0.97 | 0 | 0.76 | 261.36 | 0.94 | 0.12 |
| Hex | 17 | 2 | 3D | 3E | 61 | 0 | 4C | 105 | 5E | C |
| Octal | 27 | 2 | 75 | 76 | 141 | 0 | 114 | 405 | 136 | 14 |
| Binary | 10111 | 10 | 111101 | 111110 | 1100001 | 0 | 1001100 | 100000101 | 1011110 | 1100 |
Color Harmonies of #17023D
Complementary color
Monochromatic Colors of #17023D
Black with #17023D
Text Example
Text Example
White with #17023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17023D; }
p { color: rgb(23,2,61); }
H1.HeaderClassName
{
color: #17023D;
}
.AnyTagClassName
{
color: #17023D;
}
</style>
background-color css
<style>
a { background-color: #17023D; }
a { background-color: rgb(23,2,61); }
div.DivClassName
{
background-color: #17023D;
}
.BgClassName
{
background-color: #17023D;
}
</style>
border-color css
<style>
span { border-color: #17023D; }
span { border-color: rgb(23,2,61); }
td.TdClassName
{
border-color: #17023D;
}
.TagClassName
{
border-color: #17023D;
}
</style>