Shades of Blackcurrant #251F27
Tints of Blackcurrant #251F27
RGB
CMYK
RGB Variations
Color information
#251F27 (or 0x251F27) is known color: Blackcurrant. HEX triplet: 25, 1F and 27. RGB value is (37,31,39). Sum of RGB (Red+Green+Blue) = 37+31+39=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 39 - color contains mainly: blue. Hex color #251F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F27 is #DAE0D8. Grayscale: #212121. Windows color (decimal): -14344409 or 2563877. OLE color: 2563877.
HSL color Cylindrical-coordinate representation of color #251F27: hue angle of 285º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #251F27 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 31 | 39 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.85 |
| HSL | 285º | 0.11% | 0.14% | - |
| HSV(B) | 285º | 0.21% | 0.15% | - |
| XYZ | 1.62 | 1.52 | 2.13 | - |
| YUV | 33.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 31 | 39 | 0.05 | 0.21 | 0 | 0.85 | 285 | 0.11 | 0.14 |
| Hex | 25 | 1F | 27 | 5 | 15 | 0 | 55 | 11D | B | E |
| Octal | 45 | 37 | 47 | 5 | 25 | 0 | 125 | 435 | 13 | 16 |
| Binary | 100101 | 11111 | 100111 | 101 | 10101 | 0 | 1010101 | 100011101 | 1011 | 1110 |
Color Harmonies of #251F27
Complementary color
Monochromatic Colors of #251F27
Black with #251F27
Text Example
Text Example
White with #251F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251F27; }
p { color: rgb(37,31,39); }
H1.HeaderClassName
{
color: #251F27;
}
.AnyTagClassName
{
color: #251F27;
}
</style>
background-color css
<style>
a { background-color: #251F27; }
a { background-color: rgb(37,31,39); }
div.DivClassName
{
background-color: #251F27;
}
.BgClassName
{
background-color: #251F27;
}
</style>
border-color css
<style>
span { border-color: #251F27; }
span { border-color: rgb(37,31,39); }
td.TdClassName
{
border-color: #251F27;
}
.TagClassName
{
border-color: #251F27;
}
</style>