Shades of Blackcurrant #25112B
Tints of Blackcurrant #25112B
RGB
CMYK
RGB Variations
Color information
#25112B (or 0x25112B) is known color: Blackcurrant. HEX triplet: 25, 11 and 2B. RGB value is (37,17,43). Sum of RGB (Red+Green+Blue) = 37+17+43=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 43 (17.19% from 255 or 44.33% from 97); Max value from RGB is 43 - color contains mainly: blue. Hex color #25112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25112B is #DAEED4. Grayscale: #191919. Windows color (decimal): -14347989 or 2822437. OLE color: 2822437.
HSL color Cylindrical-coordinate representation of color #25112B: hue angle of 286.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25112B is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 17 | 43 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.83 |
| HSL | 286.15º | 0.43% | 0.12% | - |
| HSV(B) | 286.15º | 0.6% | 0.17% | - |
| XYZ | 1.4 | 0.97 | 2.4 | - |
| YUV | 25.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 43 | 0.14 | 0.60 | 0 | 0.83 | 286.15 | 0.43 | 0.12 |
| Hex | 25 | 11 | 2B | E | 3C | 0 | 53 | 11E | 2B | C |
| Octal | 45 | 21 | 53 | 16 | 74 | 0 | 123 | 436 | 53 | 14 |
| Binary | 100101 | 10001 | 101011 | 1110 | 111100 | 0 | 1010011 | 100011110 | 101011 | 1100 |
Color Harmonies of #25112B
Complementary color
Monochromatic Colors of #25112B
Black with #25112B
Text Example
Text Example
White with #25112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25112B; }
p { color: rgb(37,17,43); }
H1.HeaderClassName
{
color: #25112B;
}
.AnyTagClassName
{
color: #25112B;
}
</style>
background-color css
<style>
a { background-color: #25112B; }
a { background-color: rgb(37,17,43); }
div.DivClassName
{
background-color: #25112B;
}
.BgClassName
{
background-color: #25112B;
}
</style>
border-color css
<style>
span { border-color: #25112B; }
span { border-color: rgb(37,17,43); }
td.TdClassName
{
border-color: #25112B;
}
.TagClassName
{
border-color: #25112B;
}
</style>