Shades of Blackcurrant #252128
Tints of Blackcurrant #252128
RGB
CMYK
RGB Variations
Color information
#252128 (or 0x252128) is known color: Blackcurrant. HEX triplet: 25, 21 and 28. RGB value is (37,33,40). Sum of RGB (Red+Green+Blue) = 37+33+40=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 40 - color contains mainly: blue. Hex color #252128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252128 is #DADED7. Grayscale: #222222. Windows color (decimal): -14343896 or 2629925. OLE color: 2629925.
HSL color Cylindrical-coordinate representation of color #252128: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252128 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 33 | 40 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.84 |
| HSL | 274.29º | 0.1% | 0.14% | - |
| HSV(B) | 274.29º | 0.18% | 0.16% | - |
| XYZ | 1.69 | 1.63 | 2.23 | - |
| YUV | 34.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 40 | 0.07 | 0.17 | 0 | 0.84 | 274.29 | 0.1 | 0.14 |
| Hex | 25 | 21 | 28 | 7 | 11 | 0 | 54 | 112 | A | E |
| Octal | 45 | 41 | 50 | 7 | 21 | 0 | 124 | 422 | 12 | 16 |
| Binary | 100101 | 100001 | 101000 | 111 | 10001 | 0 | 1010100 | 100010010 | 1010 | 1110 |
Color Harmonies of #252128
Complementary color
Monochromatic Colors of #252128
Black with #252128
Text Example
Text Example
White with #252128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252128; }
p { color: rgb(37,33,40); }
H1.HeaderClassName
{
color: #252128;
}
.AnyTagClassName
{
color: #252128;
}
</style>
background-color css
<style>
a { background-color: #252128; }
a { background-color: rgb(37,33,40); }
div.DivClassName
{
background-color: #252128;
}
.BgClassName
{
background-color: #252128;
}
</style>
border-color css
<style>
span { border-color: #252128; }
span { border-color: rgb(37,33,40); }
td.TdClassName
{
border-color: #252128;
}
.TagClassName
{
border-color: #252128;
}
</style>