Shades of Blackcurrant #25153A
Tints of Blackcurrant #25153A
RGB
CMYK
RGB Variations
Color information
#25153A (or 0x25153A) is known color: Blackcurrant. HEX triplet: 25, 15 and 3A. RGB value is (37,21,58). Sum of RGB (Red+Green+Blue) = 37+21+58=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #25153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25153A is #DAEAC5. Grayscale: #1D1D1D. Windows color (decimal): -14346950 or 3806501. OLE color: 3806501.
HSL color Cylindrical-coordinate representation of color #25153A: hue angle of 265.95º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #25153A is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 21 | 58 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.77 |
| HSL | 265.95º | 0.47% | 0.15% | - |
| HSV(B) | 265.95º | 0.64% | 0.23% | - |
| XYZ | 1.79 | 1.24 | 4.15 | - |
| YUV | 30 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 58 | 0.36 | 0.64 | 0 | 0.77 | 265.95 | 0.47 | 0.15 |
| Hex | 25 | 15 | 3A | 24 | 40 | 0 | 4D | 10A | 2F | F |
| Octal | 45 | 25 | 72 | 44 | 100 | 0 | 115 | 412 | 57 | 17 |
| Binary | 100101 | 10101 | 111010 | 100100 | 1000000 | 0 | 1001101 | 100001010 | 101111 | 1111 |
Color Harmonies of #25153A
Complementary color
Monochromatic Colors of #25153A
Black with #25153A
Text Example
Text Example
White with #25153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25153A; }
p { color: rgb(37,21,58); }
H1.HeaderClassName
{
color: #25153A;
}
.AnyTagClassName
{
color: #25153A;
}
</style>
background-color css
<style>
a { background-color: #25153A; }
a { background-color: rgb(37,21,58); }
div.DivClassName
{
background-color: #25153A;
}
.BgClassName
{
background-color: #25153A;
}
</style>
border-color css
<style>
span { border-color: #25153A; }
span { border-color: rgb(37,21,58); }
td.TdClassName
{
border-color: #25153A;
}
.TagClassName
{
border-color: #25153A;
}
</style>