Shades of Blackcurrant #25052E
Tints of Blackcurrant #25052E
RGB
CMYK
RGB Variations
Color information
#25052E (or 0x25052E) is known color: Blackcurrant. HEX triplet: 25, 05 and 2E. RGB value is (37,5,46). Sum of RGB (Red+Green+Blue) = 37+5+46=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #25052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052E is #DAFAD1. Grayscale: #131313. Windows color (decimal): -14351058 or 3015973. OLE color: 3015973.
HSL color Cylindrical-coordinate representation of color #25052E: hue angle of 286.83º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25052E is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 5 | 46 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.82 |
| HSL | 286.83º | 0.8% | 0.1% | - |
| HSV(B) | 286.83º | 0.89% | 0.18% | - |
| XYZ | 1.31 | 0.7 | 2.65 | - |
| YUV | 19.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 46 | 0.20 | 0.89 | 0 | 0.82 | 286.83 | 0.8 | 0.1 |
| Hex | 25 | 5 | 2E | 14 | 59 | 0 | 52 | 11F | 50 | A |
| Octal | 45 | 5 | 56 | 24 | 131 | 0 | 122 | 437 | 120 | 12 |
| Binary | 100101 | 101 | 101110 | 10100 | 1011001 | 0 | 1010010 | 100011111 | 1010000 | 1010 |
Color Harmonies of #25052E
Complementary color
Monochromatic Colors of #25052E
Black with #25052E
Text Example
Text Example
White with #25052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25052E; }
p { color: rgb(37,5,46); }
H1.HeaderClassName
{
color: #25052E;
}
.AnyTagClassName
{
color: #25052E;
}
</style>
background-color css
<style>
a { background-color: #25052E; }
a { background-color: rgb(37,5,46); }
div.DivClassName
{
background-color: #25052E;
}
.BgClassName
{
background-color: #25052E;
}
</style>
border-color css
<style>
span { border-color: #25052E; }
span { border-color: rgb(37,5,46); }
td.TdClassName
{
border-color: #25052E;
}
.TagClassName
{
border-color: #25052E;
}
</style>