Shades of Blackcurrant #25044F
Tints of Blackcurrant #25044F
RGB
CMYK
RGB Variations
Color information
#25044F (or 0x25044F) is known color: Blackcurrant. HEX triplet: 25, 04 and 4F. RGB value is (37,4,79). Sum of RGB (Red+Green+Blue) = 37+4+79=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #25044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25044F is #DAFBB0. Grayscale: #161616. Windows color (decimal): -14351281 or 5178405. OLE color: 5178405.
HSL color Cylindrical-coordinate representation of color #25044F: hue angle of 266.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25044F is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 4 | 79 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.69 |
| HSL | 266.4º | 0.9% | 0.16% | - |
| HSV(B) | 266.4º | 0.95% | 0.31% | - |
| XYZ | 2.22 | 1.04 | 7.48 | - |
| YUV | 22.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 79 | 0.53 | 0.95 | 0 | 0.69 | 266.4 | 0.9 | 0.16 |
| Hex | 25 | 4 | 4F | 35 | 5F | 0 | 45 | 10A | 5A | 10 |
| Octal | 45 | 4 | 117 | 65 | 137 | 0 | 105 | 412 | 132 | 20 |
| Binary | 100101 | 100 | 1001111 | 110101 | 1011111 | 0 | 1000101 | 100001010 | 1011010 | 10000 |
Color Harmonies of #25044F
Complementary color
Monochromatic Colors of #25044F
Black with #25044F
Text Example
Text Example
White with #25044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25044F; }
p { color: rgb(37,4,79); }
H1.HeaderClassName
{
color: #25044F;
}
.AnyTagClassName
{
color: #25044F;
}
</style>
background-color css
<style>
a { background-color: #25044F; }
a { background-color: rgb(37,4,79); }
div.DivClassName
{
background-color: #25044F;
}
.BgClassName
{
background-color: #25044F;
}
</style>
border-color css
<style>
span { border-color: #25044F; }
span { border-color: rgb(37,4,79); }
td.TdClassName
{
border-color: #25044F;
}
.TagClassName
{
border-color: #25044F;
}
</style>