Shades of Blackcurrant #25064A
Tints of Blackcurrant #25064A
RGB
CMYK
RGB Variations
Color information
#25064A (or 0x25064A) is known color: Blackcurrant. HEX triplet: 25, 06 and 4A. RGB value is (37,6,74). Sum of RGB (Red+Green+Blue) = 37+6+74=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #25064A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25064A is #DAF9B5. Grayscale: #161616. Windows color (decimal): -14350774 or 4851237. OLE color: 4851237.
HSL color Cylindrical-coordinate representation of color #25064A: hue angle of 267.35º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25064A is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 6 | 74 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.71 |
| HSL | 267.35º | 0.85% | 0.16% | - |
| HSV(B) | 267.35º | 0.92% | 0.29% | - |
| XYZ | 2.06 | 1.02 | 6.57 | - |
| YUV | 23.02 | 156.77 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 74 | 0.50 | 0.92 | 0 | 0.71 | 267.35 | 0.85 | 0.16 |
| Hex | 25 | 6 | 4A | 32 | 5C | 0 | 47 | 10B | 55 | 10 |
| Octal | 45 | 6 | 112 | 62 | 134 | 0 | 107 | 413 | 125 | 20 |
| Binary | 100101 | 110 | 1001010 | 110010 | 1011100 | 0 | 1000111 | 100001011 | 1010101 | 10000 |
Color Harmonies of #25064A
Complementary color
Monochromatic Colors of #25064A
Black with #25064A
Text Example
Text Example
White with #25064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25064A; }
p { color: rgb(37,6,74); }
H1.HeaderClassName
{
color: #25064A;
}
.AnyTagClassName
{
color: #25064A;
}
</style>
background-color css
<style>
a { background-color: #25064A; }
a { background-color: rgb(37,6,74); }
div.DivClassName
{
background-color: #25064A;
}
.BgClassName
{
background-color: #25064A;
}
</style>
border-color css
<style>
span { border-color: #25064A; }
span { border-color: rgb(37,6,74); }
td.TdClassName
{
border-color: #25064A;
}
.TagClassName
{
border-color: #25064A;
}
</style>