Shades of Blackcurrant #251336
Tints of Blackcurrant #251336
RGB
CMYK
RGB Variations
Color information
#251336 (or 0x251336) is known color: Blackcurrant. HEX triplet: 25, 13 and 36. RGB value is (37,19,54). Sum of RGB (Red+Green+Blue) = 37+19+54=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #251336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251336 is #DAECC9. Grayscale: #1C1C1C. Windows color (decimal): -14347466 or 3543845. OLE color: 3543845.
HSL color Cylindrical-coordinate representation of color #251336: hue angle of 270.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #251336 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 19 | 54 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.79 |
| HSL | 270.86º | 0.48% | 0.14% | - |
| HSV(B) | 270.86º | 0.65% | 0.21% | - |
| XYZ | 1.66 | 1.13 | 3.62 | - |
| YUV | 28.37 | 142.46 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 54 | 0.31 | 0.65 | 0 | 0.79 | 270.86 | 0.48 | 0.14 |
| Hex | 25 | 13 | 36 | 1F | 41 | 0 | 4F | 10F | 30 | E |
| Octal | 45 | 23 | 66 | 37 | 101 | 0 | 117 | 417 | 60 | 16 |
| Binary | 100101 | 10011 | 110110 | 11111 | 1000001 | 0 | 1001111 | 100001111 | 110000 | 1110 |
Color Harmonies of #251336
Complementary color
Monochromatic Colors of #251336
Black with #251336
Text Example
Text Example
White with #251336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251336; }
p { color: rgb(37,19,54); }
H1.HeaderClassName
{
color: #251336;
}
.AnyTagClassName
{
color: #251336;
}
</style>
background-color css
<style>
a { background-color: #251336; }
a { background-color: rgb(37,19,54); }
div.DivClassName
{
background-color: #251336;
}
.BgClassName
{
background-color: #251336;
}
</style>
border-color css
<style>
span { border-color: #251336; }
span { border-color: rgb(37,19,54); }
td.TdClassName
{
border-color: #251336;
}
.TagClassName
{
border-color: #251336;
}
</style>