Shades of Blackcurrant #25072F
Tints of Blackcurrant #25072F
RGB
CMYK
RGB Variations
Color information
#25072F (or 0x25072F) is known color: Blackcurrant. HEX triplet: 25, 07 and 2F. RGB value is (37,7,47). Sum of RGB (Red+Green+Blue) = 37+7+47=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #25072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25072F is #DAF8D0. Grayscale: #141414. Windows color (decimal): -14350545 or 3082021. OLE color: 3082021.
HSL color Cylindrical-coordinate representation of color #25072F: hue angle of 285º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25072F is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 7 | 47 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.82 |
| HSL | 285º | 0.74% | 0.11% | - |
| HSV(B) | 285º | 0.85% | 0.18% | - |
| XYZ | 1.35 | 0.75 | 2.76 | - |
| YUV | 20.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 47 | 0.21 | 0.85 | 0 | 0.82 | 285 | 0.74 | 0.11 |
| Hex | 25 | 7 | 2F | 15 | 55 | 0 | 52 | 11D | 4A | B |
| Octal | 45 | 7 | 57 | 25 | 125 | 0 | 122 | 435 | 112 | 13 |
| Binary | 100101 | 111 | 101111 | 10101 | 1010101 | 0 | 1010010 | 100011101 | 1001010 | 1011 |
Color Harmonies of #25072F
Complementary color
Monochromatic Colors of #25072F
Black with #25072F
Text Example
Text Example
White with #25072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25072F; }
p { color: rgb(37,7,47); }
H1.HeaderClassName
{
color: #25072F;
}
.AnyTagClassName
{
color: #25072F;
}
</style>
background-color css
<style>
a { background-color: #25072F; }
a { background-color: rgb(37,7,47); }
div.DivClassName
{
background-color: #25072F;
}
.BgClassName
{
background-color: #25072F;
}
</style>
border-color css
<style>
span { border-color: #25072F; }
span { border-color: rgb(37,7,47); }
td.TdClassName
{
border-color: #25072F;
}
.TagClassName
{
border-color: #25072F;
}
</style>