Shades of Blackcurrant #25032F
Tints of Blackcurrant #25032F
RGB
CMYK
RGB Variations
Color information
#25032F (or 0x25032F) is known color: Blackcurrant. HEX triplet: 25, 03 and 2F. RGB value is (37,3,47). Sum of RGB (Red+Green+Blue) = 37+3+47=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #25032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25032F is #DAFCD0. Grayscale: #121212. Windows color (decimal): -14351569 or 3080997. OLE color: 3080997.
HSL color Cylindrical-coordinate representation of color #25032F: hue angle of 286.36º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25032F is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 3 | 47 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.82 |
| HSL | 286.36º | 0.88% | 0.1% | - |
| HSV(B) | 286.36º | 0.94% | 0.18% | - |
| XYZ | 1.31 | 0.66 | 2.75 | - |
| YUV | 18.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 47 | 0.21 | 0.94 | 0 | 0.82 | 286.36 | 0.88 | 0.1 |
| Hex | 25 | 3 | 2F | 15 | 5E | 0 | 52 | 11E | 58 | A |
| Octal | 45 | 3 | 57 | 25 | 136 | 0 | 122 | 436 | 130 | 12 |
| Binary | 100101 | 11 | 101111 | 10101 | 1011110 | 0 | 1010010 | 100011110 | 1011000 | 1010 |
Color Harmonies of #25032F
Complementary color
Monochromatic Colors of #25032F
Black with #25032F
Text Example
Text Example
White with #25032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25032F; }
p { color: rgb(37,3,47); }
H1.HeaderClassName
{
color: #25032F;
}
.AnyTagClassName
{
color: #25032F;
}
</style>
background-color css
<style>
a { background-color: #25032F; }
a { background-color: rgb(37,3,47); }
div.DivClassName
{
background-color: #25032F;
}
.BgClassName
{
background-color: #25032F;
}
</style>
border-color css
<style>
span { border-color: #25032F; }
span { border-color: rgb(37,3,47); }
td.TdClassName
{
border-color: #25032F;
}
.TagClassName
{
border-color: #25032F;
}
</style>