Shades of Blackcurrant #251A2C
Tints of Blackcurrant #251A2C
RGB
CMYK
RGB Variations
Color information
#251A2C (or 0x251A2C) is known color: Blackcurrant. HEX triplet: 25, 1A and 2C. RGB value is (37,26,44). Sum of RGB (Red+Green+Blue) = 37+26+44=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #251A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2C is #DAE5D3. Grayscale: #1F1F1F. Windows color (decimal): -14345684 or 2890277. OLE color: 2890277.
HSL color Cylindrical-coordinate representation of color #251A2C: hue angle of 276.67º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #251A2C is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 26 | 44 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.83 |
| HSL | 276.67º | 0.26% | 0.14% | - |
| HSV(B) | 276.67º | 0.41% | 0.17% | - |
| XYZ | 1.59 | 1.31 | 2.55 | - |
| YUV | 31.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 44 | 0.16 | 0.41 | 0 | 0.83 | 276.67 | 0.26 | 0.14 |
| Hex | 25 | 1A | 2C | 10 | 29 | 0 | 53 | 115 | 1A | E |
| Octal | 45 | 32 | 54 | 20 | 51 | 0 | 123 | 425 | 32 | 16 |
| Binary | 100101 | 11010 | 101100 | 10000 | 101001 | 0 | 1010011 | 100010101 | 11010 | 1110 |
Color Harmonies of #251A2C
Complementary color
Monochromatic Colors of #251A2C
Black with #251A2C
Text Example
Text Example
White with #251A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A2C; }
p { color: rgb(37,26,44); }
H1.HeaderClassName
{
color: #251A2C;
}
.AnyTagClassName
{
color: #251A2C;
}
</style>
background-color css
<style>
a { background-color: #251A2C; }
a { background-color: rgb(37,26,44); }
div.DivClassName
{
background-color: #251A2C;
}
.BgClassName
{
background-color: #251A2C;
}
</style>
border-color css
<style>
span { border-color: #251A2C; }
span { border-color: rgb(37,26,44); }
td.TdClassName
{
border-color: #251A2C;
}
.TagClassName
{
border-color: #251A2C;
}
</style>