Shades of Blackcurrant #251134
Tints of Blackcurrant #251134
RGB
CMYK
RGB Variations
Color information
#251134 (or 0x251134) is known color: Blackcurrant. HEX triplet: 25, 11 and 34. RGB value is (37,17,52). Sum of RGB (Red+Green+Blue) = 37+17+52=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #251134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251134 is #DAEECB. Grayscale: #1A1A1A. Windows color (decimal): -14347980 or 3412261. OLE color: 3412261.
HSL color Cylindrical-coordinate representation of color #251134: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251134 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 17 | 52 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.80 |
| HSL | 274.29º | 0.51% | 0.14% | - |
| HSV(B) | 274.29º | 0.67% | 0.2% | - |
| XYZ | 1.58 | 1.04 | 3.37 | - |
| YUV | 26.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 52 | 0.29 | 0.67 | 0 | 0.80 | 274.29 | 0.51 | 0.14 |
| Hex | 25 | 11 | 34 | 1D | 43 | 0 | 50 | 112 | 33 | E |
| Octal | 45 | 21 | 64 | 35 | 103 | 0 | 120 | 422 | 63 | 16 |
| Binary | 100101 | 10001 | 110100 | 11101 | 1000011 | 0 | 1010000 | 100010010 | 110011 | 1110 |
Color Harmonies of #251134
Complementary color
Monochromatic Colors of #251134
Black with #251134
Text Example
Text Example
White with #251134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251134; }
p { color: rgb(37,17,52); }
H1.HeaderClassName
{
color: #251134;
}
.AnyTagClassName
{
color: #251134;
}
</style>
background-color css
<style>
a { background-color: #251134; }
a { background-color: rgb(37,17,52); }
div.DivClassName
{
background-color: #251134;
}
.BgClassName
{
background-color: #251134;
}
</style>
border-color css
<style>
span { border-color: #251134; }
span { border-color: rgb(37,17,52); }
td.TdClassName
{
border-color: #251134;
}
.TagClassName
{
border-color: #251134;
}
</style>