Shades of Blackcurrant #25113D
Tints of Blackcurrant #25113D
RGB
CMYK
RGB Variations
Color information
#25113D (or 0x25113D) is known color: Blackcurrant. HEX triplet: 25, 11 and 3D. RGB value is (37,17,61). Sum of RGB (Red+Green+Blue) = 37+17+61=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #25113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25113D is #DAEEC2. Grayscale: #1B1B1B. Windows color (decimal): -14347971 or 4002085. OLE color: 4002085.
HSL color Cylindrical-coordinate representation of color #25113D: hue angle of 267.27º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25113D is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 17 | 61 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.76 |
| HSL | 267.27º | 0.56% | 0.15% | - |
| HSV(B) | 267.27º | 0.72% | 0.24% | - |
| XYZ | 1.81 | 1.13 | 4.54 | - |
| YUV | 28 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 61 | 0.39 | 0.72 | 0 | 0.76 | 267.27 | 0.56 | 0.15 |
| Hex | 25 | 11 | 3D | 27 | 48 | 0 | 4C | 10B | 38 | F |
| Octal | 45 | 21 | 75 | 47 | 110 | 0 | 114 | 413 | 70 | 17 |
| Binary | 100101 | 10001 | 111101 | 100111 | 1001000 | 0 | 1001100 | 100001011 | 111000 | 1111 |
Color Harmonies of #25113D
Complementary color
Monochromatic Colors of #25113D
Black with #25113D
Text Example
Text Example
White with #25113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25113D; }
p { color: rgb(37,17,61); }
H1.HeaderClassName
{
color: #25113D;
}
.AnyTagClassName
{
color: #25113D;
}
</style>
background-color css
<style>
a { background-color: #25113D; }
a { background-color: rgb(37,17,61); }
div.DivClassName
{
background-color: #25113D;
}
.BgClassName
{
background-color: #25113D;
}
</style>
border-color css
<style>
span { border-color: #25113D; }
span { border-color: rgb(37,17,61); }
td.TdClassName
{
border-color: #25113D;
}
.TagClassName
{
border-color: #25113D;
}
</style>