Shades of Blackcurrant #25052F
Tints of Blackcurrant #25052F
RGB
CMYK
RGB Variations
Color information
#25052F (or 0x25052F) is known color: Blackcurrant. HEX triplet: 25, 05 and 2F. RGB value is (37,5,47). Sum of RGB (Red+Green+Blue) = 37+5+47=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #25052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25052F is #DAFAD0. Grayscale: #131313. Windows color (decimal): -14351057 or 3081509. OLE color: 3081509.
HSL color Cylindrical-coordinate representation of color #25052F: hue angle of 285.71º degrees, saturation: 0.81, 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 #25052F is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 5 | 47 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.82 |
| HSL | 285.71º | 0.81% | 0.1% | - |
| HSV(B) | 285.71º | 0.89% | 0.18% | - |
| XYZ | 1.33 | 0.71 | 2.76 | - |
| YUV | 19.36 | 143.6 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 47 | 0.21 | 0.89 | 0 | 0.82 | 285.71 | 0.81 | 0.1 |
| Hex | 25 | 5 | 2F | 15 | 59 | 0 | 52 | 11E | 51 | A |
| Octal | 45 | 5 | 57 | 25 | 131 | 0 | 122 | 436 | 121 | 12 |
| Binary | 100101 | 101 | 101111 | 10101 | 1011001 | 0 | 1010010 | 100011110 | 1010001 | 1010 |
Color Harmonies of #25052F
Complementary color
Monochromatic Colors of #25052F
Black with #25052F
Text Example
Text Example
White with #25052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25052F; }
p { color: rgb(37,5,47); }
H1.HeaderClassName
{
color: #25052F;
}
.AnyTagClassName
{
color: #25052F;
}
</style>
background-color css
<style>
a { background-color: #25052F; }
a { background-color: rgb(37,5,47); }
div.DivClassName
{
background-color: #25052F;
}
.BgClassName
{
background-color: #25052F;
}
</style>
border-color css
<style>
span { border-color: #25052F; }
span { border-color: rgb(37,5,47); }
td.TdClassName
{
border-color: #25052F;
}
.TagClassName
{
border-color: #25052F;
}
</style>