Shades of Blackcurrant #25014B
Tints of Blackcurrant #25014B
RGB
CMYK
RGB Variations
Color information
#25014B (or 0x25014B) is known color: Blackcurrant. HEX triplet: 25, 01 and 4B. RGB value is (37,1,75). Sum of RGB (Red+Green+Blue) = 37+1+75=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #25014B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25014B is #DAFEB4. Grayscale: #131313. Windows color (decimal): -14352053 or 4915493. OLE color: 4915493.
HSL color Cylindrical-coordinate representation of color #25014B: hue angle of 269.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25014B is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 1 | 75 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.71 |
| HSL | 269.19º | 0.97% | 0.15% | - |
| HSV(B) | 269.19º | 0.99% | 0.29% | - |
| XYZ | 2.04 | 0.92 | 6.73 | - |
| YUV | 20.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 75 | 0.51 | 0.99 | 0 | 0.71 | 269.19 | 0.97 | 0.15 |
| Hex | 25 | 1 | 4B | 33 | 63 | 0 | 47 | 10D | 61 | F |
| Octal | 45 | 1 | 113 | 63 | 143 | 0 | 107 | 415 | 141 | 17 |
| Binary | 100101 | 1 | 1001011 | 110011 | 1100011 | 0 | 1000111 | 100001101 | 1100001 | 1111 |
Color Harmonies of #25014B
Complementary color
Monochromatic Colors of #25014B
Black with #25014B
Text Example
Text Example
White with #25014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25014B; }
p { color: rgb(37,1,75); }
H1.HeaderClassName
{
color: #25014B;
}
.AnyTagClassName
{
color: #25014B;
}
</style>
background-color css
<style>
a { background-color: #25014B; }
a { background-color: rgb(37,1,75); }
div.DivClassName
{
background-color: #25014B;
}
.BgClassName
{
background-color: #25014B;
}
</style>
border-color css
<style>
span { border-color: #25014B; }
span { border-color: rgb(37,1,75); }
td.TdClassName
{
border-color: #25014B;
}
.TagClassName
{
border-color: #25014B;
}
</style>