Shades of Blackcurrant #25112D
Tints of Blackcurrant #25112D
RGB
CMYK
RGB Variations
Color information
#25112D (or 0x25112D) is known color: Blackcurrant. HEX triplet: 25, 11 and 2D. RGB value is (37,17,45). Sum of RGB (Red+Green+Blue) = 37+17+45=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 45 - color contains mainly: blue. Hex color #25112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112D is #DAEED2. Grayscale: #1A1A1A. Windows color (decimal): -14347987 or 2953509. OLE color: 2953509.
HSL color Cylindrical-coordinate representation of color #25112D: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25112D is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 17 | 45 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.82 |
| HSL | 282.86º | 0.45% | 0.12% | - |
| HSV(B) | 282.86º | 0.62% | 0.18% | - |
| XYZ | 1.44 | 0.98 | 2.6 | - |
| YUV | 26.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 45 | 0.18 | 0.62 | 0 | 0.82 | 282.86 | 0.45 | 0.12 |
| Hex | 25 | 11 | 2D | 12 | 3E | 0 | 52 | 11B | 2D | C |
| Octal | 45 | 21 | 55 | 22 | 76 | 0 | 122 | 433 | 55 | 14 |
| Binary | 100101 | 10001 | 101101 | 10010 | 111110 | 0 | 1010010 | 100011011 | 101101 | 1100 |
Color Harmonies of #25112D
Complementary color
Monochromatic Colors of #25112D
Black with #25112D
Text Example
Text Example
White with #25112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25112D; }
p { color: rgb(37,17,45); }
H1.HeaderClassName
{
color: #25112D;
}
.AnyTagClassName
{
color: #25112D;
}
</style>
background-color css
<style>
a { background-color: #25112D; }
a { background-color: rgb(37,17,45); }
div.DivClassName
{
background-color: #25112D;
}
.BgClassName
{
background-color: #25112D;
}
</style>
border-color css
<style>
span { border-color: #25112D; }
span { border-color: rgb(37,17,45); }
td.TdClassName
{
border-color: #25112D;
}
.TagClassName
{
border-color: #25112D;
}
</style>