Shades of Blackcurrant #25093E
Tints of Blackcurrant #25093E
RGB
CMYK
RGB Variations
Color information
#25093E (or 0x25093E) is known color: Blackcurrant. HEX triplet: 25, 09 and 3E. RGB value is (37,9,62). Sum of RGB (Red+Green+Blue) = 37+9+62=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 62 (24.61% from 255 or 57.41% from 108); Max value from RGB is 62 - color contains mainly: blue. Hex color #25093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25093E is #DAF6C1. Grayscale: #171717. Windows color (decimal): -14350018 or 4065573. OLE color: 4065573.
HSL color Cylindrical-coordinate representation of color #25093E: hue angle of 271.7º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25093E is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 9 | 62 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.76 |
| HSL | 271.7º | 0.75% | 0.14% | - |
| HSV(B) | 271.7º | 0.85% | 0.24% | - |
| XYZ | 1.73 | 0.94 | 4.65 | - |
| YUV | 23.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 62 | 0.40 | 0.85 | 0 | 0.76 | 271.7 | 0.75 | 0.14 |
| Hex | 25 | 9 | 3E | 28 | 55 | 0 | 4C | 110 | 4B | E |
| Octal | 45 | 11 | 76 | 50 | 125 | 0 | 114 | 420 | 113 | 16 |
| Binary | 100101 | 1001 | 111110 | 101000 | 1010101 | 0 | 1001100 | 100010000 | 1001011 | 1110 |
Color Harmonies of #25093E
Complementary color
Monochromatic Colors of #25093E
Black with #25093E
Text Example
Text Example
White with #25093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25093E; }
p { color: rgb(37,9,62); }
H1.HeaderClassName
{
color: #25093E;
}
.AnyTagClassName
{
color: #25093E;
}
</style>
background-color css
<style>
a { background-color: #25093E; }
a { background-color: rgb(37,9,62); }
div.DivClassName
{
background-color: #25093E;
}
.BgClassName
{
background-color: #25093E;
}
</style>
border-color css
<style>
span { border-color: #25093E; }
span { border-color: rgb(37,9,62); }
td.TdClassName
{
border-color: #25093E;
}
.TagClassName
{
border-color: #25093E;
}
</style>