Shades of Blackcurrant #25103C
Tints of Blackcurrant #25103C
RGB
CMYK
RGB Variations
Color information
#25103C (or 0x25103C) is known color: Blackcurrant. HEX triplet: 25, 10 and 3C. RGB value is (37,16,60). Sum of RGB (Red+Green+Blue) = 37+16+60=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #25103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25103C is #DAEFC3. Grayscale: #1B1B1B. Windows color (decimal): -14348228 or 3936293. OLE color: 3936293.
HSL color Cylindrical-coordinate representation of color #25103C: hue angle of 268.64º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25103C is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 16 | 60 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.76 |
| HSL | 268.64º | 0.58% | 0.15% | - |
| HSV(B) | 268.64º | 0.73% | 0.24% | - |
| XYZ | 1.76 | 1.09 | 4.39 | - |
| YUV | 27.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 60 | 0.38 | 0.73 | 0 | 0.76 | 268.64 | 0.58 | 0.15 |
| Hex | 25 | 10 | 3C | 26 | 49 | 0 | 4C | 10D | 3A | F |
| Octal | 45 | 20 | 74 | 46 | 111 | 0 | 114 | 415 | 72 | 17 |
| Binary | 100101 | 10000 | 111100 | 100110 | 1001001 | 0 | 1001100 | 100001101 | 111010 | 1111 |
Color Harmonies of #25103C
Complementary color
Monochromatic Colors of #25103C
Black with #25103C
Text Example
Text Example
White with #25103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25103C; }
p { color: rgb(37,16,60); }
H1.HeaderClassName
{
color: #25103C;
}
.AnyTagClassName
{
color: #25103C;
}
</style>
background-color css
<style>
a { background-color: #25103C; }
a { background-color: rgb(37,16,60); }
div.DivClassName
{
background-color: #25103C;
}
.BgClassName
{
background-color: #25103C;
}
</style>
border-color css
<style>
span { border-color: #25103C; }
span { border-color: rgb(37,16,60); }
td.TdClassName
{
border-color: #25103C;
}
.TagClassName
{
border-color: #25103C;
}
</style>