Shades of Blackcurrant #25172B
Tints of Blackcurrant #25172B
RGB
CMYK
RGB Variations
Color information
#25172B (or 0x25172B) is known color: Blackcurrant. HEX triplet: 25, 17 and 2B. RGB value is (37,23,43). Sum of RGB (Red+Green+Blue) = 37+23+43=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #25172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25172B is #DAE8D4. Grayscale: #1D1D1D. Windows color (decimal): -14346453 or 2823973. OLE color: 2823973.
HSL color Cylindrical-coordinate representation of color #25172B: hue angle of 282º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25172B is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 23 | 43 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.83 |
| HSL | 282º | 0.3% | 0.13% | - |
| HSV(B) | 282º | 0.47% | 0.17% | - |
| XYZ | 1.51 | 1.18 | 2.43 | - |
| YUV | 29.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 23 | 43 | 0.14 | 0.47 | 0 | 0.83 | 282 | 0.3 | 0.13 |
| Hex | 25 | 17 | 2B | E | 2F | 0 | 53 | 11A | 1E | D |
| Octal | 45 | 27 | 53 | 16 | 57 | 0 | 123 | 432 | 36 | 15 |
| Binary | 100101 | 10111 | 101011 | 1110 | 101111 | 0 | 1010011 | 100011010 | 11110 | 1101 |
Color Harmonies of #25172B
Complementary color
Monochromatic Colors of #25172B
Black with #25172B
Text Example
Text Example
White with #25172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25172B; }
p { color: rgb(37,23,43); }
H1.HeaderClassName
{
color: #25172B;
}
.AnyTagClassName
{
color: #25172B;
}
</style>
background-color css
<style>
a { background-color: #25172B; }
a { background-color: rgb(37,23,43); }
div.DivClassName
{
background-color: #25172B;
}
.BgClassName
{
background-color: #25172B;
}
</style>
border-color css
<style>
span { border-color: #25172B; }
span { border-color: rgb(37,23,43); }
td.TdClassName
{
border-color: #25172B;
}
.TagClassName
{
border-color: #25172B;
}
</style>