Shades of Blackcurrant #25103B
Tints of Blackcurrant #25103B
RGB
CMYK
RGB Variations
Color information
#25103B (or 0x25103B) is known color: Blackcurrant. HEX triplet: 25, 10 and 3B. RGB value is (37,16,59). Sum of RGB (Red+Green+Blue) = 37+16+59=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #25103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25103B is #DAEFC4. Grayscale: #1B1B1B. Windows color (decimal): -14348229 or 3870757. OLE color: 3870757.
HSL color Cylindrical-coordinate representation of color #25103B: hue angle of 269.3º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25103B is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 16 | 59 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.77 |
| HSL | 269.3º | 0.57% | 0.15% | - |
| HSV(B) | 269.3º | 0.73% | 0.23% | - |
| XYZ | 1.74 | 1.08 | 4.25 | - |
| YUV | 27.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 59 | 0.37 | 0.73 | 0 | 0.77 | 269.3 | 0.57 | 0.15 |
| Hex | 25 | 10 | 3B | 25 | 49 | 0 | 4D | 10D | 39 | F |
| Octal | 45 | 20 | 73 | 45 | 111 | 0 | 115 | 415 | 71 | 17 |
| Binary | 100101 | 10000 | 111011 | 100101 | 1001001 | 0 | 1001101 | 100001101 | 111001 | 1111 |
Color Harmonies of #25103B
Complementary color
Monochromatic Colors of #25103B
Black with #25103B
Text Example
Text Example
White with #25103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25103B; }
p { color: rgb(37,16,59); }
H1.HeaderClassName
{
color: #25103B;
}
.AnyTagClassName
{
color: #25103B;
}
</style>
background-color css
<style>
a { background-color: #25103B; }
a { background-color: rgb(37,16,59); }
div.DivClassName
{
background-color: #25103B;
}
.BgClassName
{
background-color: #25103B;
}
</style>
border-color css
<style>
span { border-color: #25103B; }
span { border-color: rgb(37,16,59); }
td.TdClassName
{
border-color: #25103B;
}
.TagClassName
{
border-color: #25103B;
}
</style>