Shades of Blackcurrant #25003A
Tints of Blackcurrant #25003A
RGB
CMYK
RGB Variations
Color information
#25003A (or 0x25003A) is known color: Blackcurrant. HEX triplet: 25, 00 and 3A. RGB value is (37,0,58). Sum of RGB (Red+Green+Blue) = 37+0+58=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #25003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25003A is #DAFFC5. Grayscale: #111111. Windows color (decimal): -14352326 or 3801125. OLE color: 3801125.
HSL color Cylindrical-coordinate representation of color #25003A: hue angle of 278.28º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25003A is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 0 | 58 | - |
| CMYK | 0.36 | 1 | 0 | 0.77 |
| HSL | 278.28º | 1% | 0.11% | - |
| HSV(B) | 278.28º | 1% | 0.23% | - |
| XYZ | 1.53 | 0.7 | 4.06 | - |
| YUV | 17.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 58 | 0.36 | 1 | 0 | 0.77 | 278.28 | 1 | 0.11 |
| Hex | 25 | 0 | 3A | 24 | 64 | 0 | 4D | 116 | 64 | B |
| Octal | 45 | 0 | 72 | 44 | 144 | 0 | 115 | 426 | 144 | 13 |
| Binary | 100101 | 0 | 111010 | 100100 | 1100100 | 0 | 1001101 | 100010110 | 1100100 | 1011 |
Color Harmonies of #25003A
Complementary color
Monochromatic Colors of #25003A
Black with #25003A
Text Example
Text Example
White with #25003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25003A; }
p { color: rgb(37,0,58); }
H1.HeaderClassName
{
color: #25003A;
}
.AnyTagClassName
{
color: #25003A;
}
</style>
background-color css
<style>
a { background-color: #25003A; }
a { background-color: rgb(37,0,58); }
div.DivClassName
{
background-color: #25003A;
}
.BgClassName
{
background-color: #25003A;
}
</style>
border-color css
<style>
span { border-color: #25003A; }
span { border-color: rgb(37,0,58); }
td.TdClassName
{
border-color: #25003A;
}
.TagClassName
{
border-color: #25003A;
}
</style>