Shades of Blackcurrant #25003E
Tints of Blackcurrant #25003E
RGB
CMYK
RGB Variations
Color information
#25003E (or 0x25003E) is known color: Blackcurrant. HEX triplet: 25, 00 and 3E. RGB value is (37,0,62). Sum of RGB (Red+Green+Blue) = 37+0+62=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 62 (24.61% from 255 or 62.63% from 99); Max value from RGB is 62 - color contains mainly: blue. Hex color #25003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25003E is #DAFFC1. Grayscale: #111111. Windows color (decimal): -14352322 or 4063269. OLE color: 4063269.
HSL color Cylindrical-coordinate representation of color #25003E: hue angle of 275.81º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25003E is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 0 | 62 | - |
| CMYK | 0.40 | 1 | 0 | 0.76 |
| HSL | 275.81º | 1% | 0.12% | - |
| HSV(B) | 275.81º | 1% | 0.24% | - |
| XYZ | 1.63 | 0.74 | 4.61 | - |
| YUV | 18.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 62 | 0.40 | 1 | 0 | 0.76 | 275.81 | 1 | 0.12 |
| Hex | 25 | 0 | 3E | 28 | 64 | 0 | 4C | 114 | 64 | C |
| Octal | 45 | 0 | 76 | 50 | 144 | 0 | 114 | 424 | 144 | 14 |
| Binary | 100101 | 0 | 111110 | 101000 | 1100100 | 0 | 1001100 | 100010100 | 1100100 | 1100 |
Color Harmonies of #25003E
Complementary color
Monochromatic Colors of #25003E
Black with #25003E
Text Example
Text Example
White with #25003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25003E; }
p { color: rgb(37,0,62); }
H1.HeaderClassName
{
color: #25003E;
}
.AnyTagClassName
{
color: #25003E;
}
</style>
background-color css
<style>
a { background-color: #25003E; }
a { background-color: rgb(37,0,62); }
div.DivClassName
{
background-color: #25003E;
}
.BgClassName
{
background-color: #25003E;
}
</style>
border-color css
<style>
span { border-color: #25003E; }
span { border-color: rgb(37,0,62); }
td.TdClassName
{
border-color: #25003E;
}
.TagClassName
{
border-color: #25003E;
}
</style>