Shades of Blackcurrant #25094A
Tints of Blackcurrant #25094A
RGB
CMYK
RGB Variations
Color information
#25094A (or 0x25094A) is known color: Blackcurrant. HEX triplet: 25, 09 and 4A. RGB value is (37,9,74). Sum of RGB (Red+Green+Blue) = 37+9+74=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #25094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25094A is #DAF6B5. Grayscale: #181818. Windows color (decimal): -14350006 or 4852005. OLE color: 4852005.
HSL color Cylindrical-coordinate representation of color #25094A: hue angle of 265.85º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25094A is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 9 | 74 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.71 |
| HSL | 265.85º | 0.78% | 0.16% | - |
| HSV(B) | 265.85º | 0.88% | 0.29% | - |
| XYZ | 2.1 | 1.08 | 6.58 | - |
| YUV | 24.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 74 | 0.50 | 0.88 | 0 | 0.71 | 265.85 | 0.78 | 0.16 |
| Hex | 25 | 9 | 4A | 32 | 58 | 0 | 47 | 10A | 4E | 10 |
| Octal | 45 | 11 | 112 | 62 | 130 | 0 | 107 | 412 | 116 | 20 |
| Binary | 100101 | 1001 | 1001010 | 110010 | 1011000 | 0 | 1000111 | 100001010 | 1001110 | 10000 |
Color Harmonies of #25094A
Complementary color
Monochromatic Colors of #25094A
Black with #25094A
Text Example
Text Example
White with #25094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25094A; }
p { color: rgb(37,9,74); }
H1.HeaderClassName
{
color: #25094A;
}
.AnyTagClassName
{
color: #25094A;
}
</style>
background-color css
<style>
a { background-color: #25094A; }
a { background-color: rgb(37,9,74); }
div.DivClassName
{
background-color: #25094A;
}
.BgClassName
{
background-color: #25094A;
}
</style>
border-color css
<style>
span { border-color: #25094A; }
span { border-color: rgb(37,9,74); }
td.TdClassName
{
border-color: #25094A;
}
.TagClassName
{
border-color: #25094A;
}
</style>