Shades of Blackcurrant #251331
Tints of Blackcurrant #251331
RGB
CMYK
RGB Variations
Color information
#251331 (or 0x251331) is known color: Blackcurrant. HEX triplet: 25, 13 and 31. RGB value is (37,19,49). Sum of RGB (Red+Green+Blue) = 37+19+49=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #251331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251331 is #DAECCE. Grayscale: #1B1B1B. Windows color (decimal): -14347471 or 3216165. OLE color: 3216165.
HSL color Cylindrical-coordinate representation of color #251331: hue angle of 276º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #251331 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 19 | 49 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.81 |
| HSL | 276º | 0.44% | 0.13% | - |
| HSV(B) | 276º | 0.61% | 0.19% | - |
| XYZ | 1.55 | 1.08 | 3.03 | - |
| YUV | 27.8 | 139.96 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 49 | 0.24 | 0.61 | 0 | 0.81 | 276 | 0.44 | 0.13 |
| Hex | 25 | 13 | 31 | 18 | 3D | 0 | 51 | 114 | 2C | D |
| Octal | 45 | 23 | 61 | 30 | 75 | 0 | 121 | 424 | 54 | 15 |
| Binary | 100101 | 10011 | 110001 | 11000 | 111101 | 0 | 1010001 | 100010100 | 101100 | 1101 |
Color Harmonies of #251331
Complementary color
Monochromatic Colors of #251331
Black with #251331
Text Example
Text Example
White with #251331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251331; }
p { color: rgb(37,19,49); }
H1.HeaderClassName
{
color: #251331;
}
.AnyTagClassName
{
color: #251331;
}
</style>
background-color css
<style>
a { background-color: #251331; }
a { background-color: rgb(37,19,49); }
div.DivClassName
{
background-color: #251331;
}
.BgClassName
{
background-color: #251331;
}
</style>
border-color css
<style>
span { border-color: #251331; }
span { border-color: rgb(37,19,49); }
td.TdClassName
{
border-color: #251331;
}
.TagClassName
{
border-color: #251331;
}
</style>