Shades of Blackcurrant #17092D
Tints of Blackcurrant #17092D
RGB
CMYK
RGB Variations
Color information
#17092D (or 0x17092D) is known color: Blackcurrant. HEX triplet: 17, 09 and 2D. RGB value is (23,9,45). Sum of RGB (Red+Green+Blue) = 23+9+45=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #17092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17092D is #E8F6D2. Grayscale: #111111. Windows color (decimal): -15267539 or 2951447. OLE color: 2951447.
HSL color Cylindrical-coordinate representation of color #17092D: hue angle of 263.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17092D is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 9 | 45 | - |
| CMYK | 0.49 | 0.8 | 0 | 0.82 |
| HSL | 263.33º | 0.67% | 0.11% | - |
| HSV(B) | 263.33º | 0.8% | 0.18% | - |
| XYZ | 0.92 | 0.57 | 2.54 | - |
| YUV | 17.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 9 | 45 | 0.49 | 0.8 | 0 | 0.82 | 263.33 | 0.67 | 0.11 |
| Hex | 17 | 9 | 2D | 31 | 50 | 0 | 52 | 107 | 43 | B |
| Octal | 27 | 11 | 55 | 61 | 120 | 0 | 122 | 407 | 103 | 13 |
| Binary | 10111 | 1001 | 101101 | 110001 | 1010000 | 0 | 1010010 | 100000111 | 1000011 | 1011 |
Color Harmonies of #17092D
Complementary color
Monochromatic Colors of #17092D
Black with #17092D
Text Example
Text Example
White with #17092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17092D; }
p { color: rgb(23,9,45); }
H1.HeaderClassName
{
color: #17092D;
}
.AnyTagClassName
{
color: #17092D;
}
</style>
background-color css
<style>
a { background-color: #17092D; }
a { background-color: rgb(23,9,45); }
div.DivClassName
{
background-color: #17092D;
}
.BgClassName
{
background-color: #17092D;
}
</style>
border-color css
<style>
span { border-color: #17092D; }
span { border-color: rgb(23,9,45); }
td.TdClassName
{
border-color: #17092D;
}
.TagClassName
{
border-color: #17092D;
}
</style>