Shades of Blackcurrant #251042
Tints of Blackcurrant #251042
RGB
CMYK
RGB Variations
Color information
#251042 (or 0x251042) is known color: Blackcurrant. HEX triplet: 25, 10 and 42. RGB value is (37,16,66). Sum of RGB (Red+Green+Blue) = 37+16+66=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #251042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251042 is #DAEFBD. Grayscale: #1B1B1B. Windows color (decimal): -14348222 or 4329509. OLE color: 4329509.
HSL color Cylindrical-coordinate representation of color #251042: hue angle of 265.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #251042 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 16 | 66 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.74 |
| HSL | 265.2º | 0.61% | 0.16% | - |
| HSV(B) | 265.2º | 0.76% | 0.26% | - |
| XYZ | 1.93 | 1.16 | 5.28 | - |
| YUV | 27.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 66 | 0.44 | 0.76 | 0 | 0.74 | 265.2 | 0.61 | 0.16 |
| Hex | 25 | 10 | 42 | 2C | 4C | 0 | 4A | 109 | 3D | 10 |
| Octal | 45 | 20 | 102 | 54 | 114 | 0 | 112 | 411 | 75 | 20 |
| Binary | 100101 | 10000 | 1000010 | 101100 | 1001100 | 0 | 1001010 | 100001001 | 111101 | 10000 |
Color Harmonies of #251042
Complementary color
Monochromatic Colors of #251042
Black with #251042
Text Example
Text Example
White with #251042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251042; }
p { color: rgb(37,16,66); }
H1.HeaderClassName
{
color: #251042;
}
.AnyTagClassName
{
color: #251042;
}
</style>
background-color css
<style>
a { background-color: #251042; }
a { background-color: rgb(37,16,66); }
div.DivClassName
{
background-color: #251042;
}
.BgClassName
{
background-color: #251042;
}
</style>
border-color css
<style>
span { border-color: #251042; }
span { border-color: rgb(37,16,66); }
td.TdClassName
{
border-color: #251042;
}
.TagClassName
{
border-color: #251042;
}
</style>