Shades of Blackcurrant #251041
Tints of Blackcurrant #251041
RGB
CMYK
RGB Variations
Color information
#251041 (or 0x251041) is known color: Blackcurrant. HEX triplet: 25, 10 and 41. RGB value is (37,16,65). Sum of RGB (Red+Green+Blue) = 37+16+65=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #251041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251041 is #DAEFBE. Grayscale: #1B1B1B. Windows color (decimal): -14348223 or 4263973. OLE color: 4263973.
HSL color Cylindrical-coordinate representation of color #251041: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251041 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 16 | 65 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.75 |
| HSL | 265.71º | 0.6% | 0.16% | - |
| HSV(B) | 265.71º | 0.75% | 0.25% | - |
| XYZ | 1.9 | 1.15 | 5.12 | - |
| YUV | 27.87 | 148.96 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 65 | 0.43 | 0.75 | 0 | 0.75 | 265.71 | 0.6 | 0.16 |
| Hex | 25 | 10 | 41 | 2B | 4B | 0 | 4B | 10A | 3C | 10 |
| Octal | 45 | 20 | 101 | 53 | 113 | 0 | 113 | 412 | 74 | 20 |
| Binary | 100101 | 10000 | 1000001 | 101011 | 1001011 | 0 | 1001011 | 100001010 | 111100 | 10000 |
Color Harmonies of #251041
Complementary color
Monochromatic Colors of #251041
Black with #251041
Text Example
Text Example
White with #251041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251041; }
p { color: rgb(37,16,65); }
H1.HeaderClassName
{
color: #251041;
}
.AnyTagClassName
{
color: #251041;
}
</style>
background-color css
<style>
a { background-color: #251041; }
a { background-color: rgb(37,16,65); }
div.DivClassName
{
background-color: #251041;
}
.BgClassName
{
background-color: #251041;
}
</style>
border-color css
<style>
span { border-color: #251041; }
span { border-color: rgb(37,16,65); }
td.TdClassName
{
border-color: #251041;
}
.TagClassName
{
border-color: #251041;
}
</style>