Shades of Blackcurrant #251239
Tints of Blackcurrant #251239
RGB
CMYK
RGB Variations
Color information
#251239 (or 0x251239) is known color: Blackcurrant. HEX triplet: 25, 12 and 39. RGB value is (37,18,57). Sum of RGB (Red+Green+Blue) = 37+18+57=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #251239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251239 is #DAEDC6. Grayscale: #1B1B1B. Windows color (decimal): -14347719 or 3740197. OLE color: 3740197.
HSL color Cylindrical-coordinate representation of color #251239: hue angle of 269.23º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251239 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 18 | 57 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.78 |
| HSL | 269.23º | 0.52% | 0.15% | - |
| HSV(B) | 269.23º | 0.68% | 0.22% | - |
| XYZ | 1.72 | 1.12 | 4 | - |
| YUV | 28.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 57 | 0.35 | 0.68 | 0 | 0.78 | 269.23 | 0.52 | 0.15 |
| Hex | 25 | 12 | 39 | 23 | 44 | 0 | 4E | 10D | 34 | F |
| Octal | 45 | 22 | 71 | 43 | 104 | 0 | 116 | 415 | 64 | 17 |
| Binary | 100101 | 10010 | 111001 | 100011 | 1000100 | 0 | 1001110 | 100001101 | 110100 | 1111 |
Color Harmonies of #251239
Complementary color
Monochromatic Colors of #251239
Black with #251239
Text Example
Text Example
White with #251239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251239; }
p { color: rgb(37,18,57); }
H1.HeaderClassName
{
color: #251239;
}
.AnyTagClassName
{
color: #251239;
}
</style>
background-color css
<style>
a { background-color: #251239; }
a { background-color: rgb(37,18,57); }
div.DivClassName
{
background-color: #251239;
}
.BgClassName
{
background-color: #251239;
}
</style>
border-color css
<style>
span { border-color: #251239; }
span { border-color: rgb(37,18,57); }
td.TdClassName
{
border-color: #251239;
}
.TagClassName
{
border-color: #251239;
}
</style>