Shades of Blackcurrant #251140
Tints of Blackcurrant #251140
RGB
CMYK
RGB Variations
Color information
#251140 (or 0x251140) is known color: Blackcurrant. HEX triplet: 25, 11 and 40. RGB value is (37,17,64). Sum of RGB (Red+Green+Blue) = 37+17+64=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #251140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251140 is #DAEEBF. Grayscale: #1C1C1C. Windows color (decimal): -14347968 or 4198693. OLE color: 4198693.
HSL color Cylindrical-coordinate representation of color #251140: hue angle of 265.53º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #251140 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 17 | 64 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.75 |
| HSL | 265.53º | 0.58% | 0.16% | - |
| HSV(B) | 265.53º | 0.73% | 0.25% | - |
| XYZ | 1.89 | 1.16 | 4.98 | - |
| YUV | 28.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 64 | 0.42 | 0.73 | 0 | 0.75 | 265.53 | 0.58 | 0.16 |
| Hex | 25 | 11 | 40 | 2A | 49 | 0 | 4B | 10A | 3A | 10 |
| Octal | 45 | 21 | 100 | 52 | 111 | 0 | 113 | 412 | 72 | 20 |
| Binary | 100101 | 10001 | 1000000 | 101010 | 1001001 | 0 | 1001011 | 100001010 | 111010 | 10000 |
Color Harmonies of #251140
Complementary color
Monochromatic Colors of #251140
Black with #251140
Text Example
Text Example
White with #251140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251140; }
p { color: rgb(37,17,64); }
H1.HeaderClassName
{
color: #251140;
}
.AnyTagClassName
{
color: #251140;
}
</style>
background-color css
<style>
a { background-color: #251140; }
a { background-color: rgb(37,17,64); }
div.DivClassName
{
background-color: #251140;
}
.BgClassName
{
background-color: #251140;
}
</style>
border-color css
<style>
span { border-color: #251140; }
span { border-color: rgb(37,17,64); }
td.TdClassName
{
border-color: #251140;
}
.TagClassName
{
border-color: #251140;
}
</style>