Shades of Blackcurrant #25113E
Tints of Blackcurrant #25113E
RGB
CMYK
RGB Variations
Color information
#25113E (or 0x25113E) is known color: Blackcurrant. HEX triplet: 25, 11 and 3E. RGB value is (37,17,62). Sum of RGB (Red+Green+Blue) = 37+17+62=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 62 (24.61% from 255 or 53.45% from 116); Max value from RGB is 62 - color contains mainly: blue. Hex color #25113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25113E is #DAEEC1. Grayscale: #1B1B1B. Windows color (decimal): -14347970 or 4067621. OLE color: 4067621.
HSL color Cylindrical-coordinate representation of color #25113E: hue angle of 266.67º degrees, saturation: 0.57, 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 #25113E is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 17 | 62 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.76 |
| HSL | 266.67º | 0.57% | 0.15% | - |
| HSV(B) | 266.67º | 0.73% | 0.24% | - |
| XYZ | 1.83 | 1.14 | 4.68 | - |
| YUV | 28.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 62 | 0.40 | 0.73 | 0 | 0.76 | 266.67 | 0.57 | 0.15 |
| Hex | 25 | 11 | 3E | 28 | 49 | 0 | 4C | 10B | 39 | F |
| Octal | 45 | 21 | 76 | 50 | 111 | 0 | 114 | 413 | 71 | 17 |
| Binary | 100101 | 10001 | 111110 | 101000 | 1001001 | 0 | 1001100 | 100001011 | 111001 | 1111 |
Color Harmonies of #25113E
Complementary color
Monochromatic Colors of #25113E
Black with #25113E
Text Example
Text Example
White with #25113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25113E; }
p { color: rgb(37,17,62); }
H1.HeaderClassName
{
color: #25113E;
}
.AnyTagClassName
{
color: #25113E;
}
</style>
background-color css
<style>
a { background-color: #25113E; }
a { background-color: rgb(37,17,62); }
div.DivClassName
{
background-color: #25113E;
}
.BgClassName
{
background-color: #25113E;
}
</style>
border-color css
<style>
span { border-color: #25113E; }
span { border-color: rgb(37,17,62); }
td.TdClassName
{
border-color: #25113E;
}
.TagClassName
{
border-color: #25113E;
}
</style>