Shades of Blackcurrant #25123B
Tints of Blackcurrant #25123B
RGB
CMYK
RGB Variations
Color information
#25123B (or 0x25123B) is known color: Blackcurrant. HEX triplet: 25, 12 and 3B. RGB value is (37,18,59). Sum of RGB (Red+Green+Blue) = 37+18+59=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 59 (23.44% from 255 or 51.75% from 114); Max value from RGB is 59 - color contains mainly: blue. Hex color #25123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25123B is #DAEDC4. Grayscale: #1C1C1C. Windows color (decimal): -14347717 or 3871269. OLE color: 3871269.
HSL color Cylindrical-coordinate representation of color #25123B: hue angle of 267.8º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25123B is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 18 | 59 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.77 |
| HSL | 267.8º | 0.53% | 0.15% | - |
| HSV(B) | 267.8º | 0.69% | 0.23% | - |
| XYZ | 1.77 | 1.14 | 4.26 | - |
| YUV | 28.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 59 | 0.37 | 0.69 | 0 | 0.77 | 267.8 | 0.53 | 0.15 |
| Hex | 25 | 12 | 3B | 25 | 45 | 0 | 4D | 10C | 35 | F |
| Octal | 45 | 22 | 73 | 45 | 105 | 0 | 115 | 414 | 65 | 17 |
| Binary | 100101 | 10010 | 111011 | 100101 | 1000101 | 0 | 1001101 | 100001100 | 110101 | 1111 |
Color Harmonies of #25123B
Complementary color
Monochromatic Colors of #25123B
Black with #25123B
Text Example
Text Example
White with #25123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25123B; }
p { color: rgb(37,18,59); }
H1.HeaderClassName
{
color: #25123B;
}
.AnyTagClassName
{
color: #25123B;
}
</style>
background-color css
<style>
a { background-color: #25123B; }
a { background-color: rgb(37,18,59); }
div.DivClassName
{
background-color: #25123B;
}
.BgClassName
{
background-color: #25123B;
}
</style>
border-color css
<style>
span { border-color: #25123B; }
span { border-color: rgb(37,18,59); }
td.TdClassName
{
border-color: #25123B;
}
.TagClassName
{
border-color: #25123B;
}
</style>