Shades of Blackcurrant #252027
Tints of Blackcurrant #252027
RGB
CMYK
RGB Variations
Color information
#252027 (or 0x252027) is known color: Blackcurrant. HEX triplet: 25, 20 and 27. RGB value is (37,32,39). Sum of RGB (Red+Green+Blue) = 37+32+39=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 39 (15.62% from 255 or 36.11% from 108); Max value from RGB is 39 - color contains mainly: blue. Hex color #252027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252027 is #DADFD8. Grayscale: #222222. Windows color (decimal): -14344153 or 2564133. OLE color: 2564133.
HSL color Cylindrical-coordinate representation of color #252027: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252027 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 37 | 32 | 39 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.85 |
| HSL | 282.86º | 0.1% | 0.14% | - |
| HSV(B) | 282.86º | 0.18% | 0.15% | - |
| XYZ | 1.65 | 1.57 | 2.14 | - |
| YUV | 34.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 39 | 0.05 | 0.18 | 0 | 0.85 | 282.86 | 0.1 | 0.14 |
| Hex | 25 | 20 | 27 | 5 | 12 | 0 | 55 | 11B | A | E |
| Octal | 45 | 40 | 47 | 5 | 22 | 0 | 125 | 433 | 12 | 16 |
| Binary | 100101 | 100000 | 100111 | 101 | 10010 | 0 | 1010101 | 100011011 | 1010 | 1110 |
Color Harmonies of #252027
Complementary color
Monochromatic Colors of #252027
Black with #252027
Text Example
Text Example
White with #252027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252027; }
p { color: rgb(37,32,39); }
H1.HeaderClassName
{
color: #252027;
}
.AnyTagClassName
{
color: #252027;
}
</style>
background-color css
<style>
a { background-color: #252027; }
a { background-color: rgb(37,32,39); }
div.DivClassName
{
background-color: #252027;
}
.BgClassName
{
background-color: #252027;
}
</style>
border-color css
<style>
span { border-color: #252027; }
span { border-color: rgb(37,32,39); }
td.TdClassName
{
border-color: #252027;
}
.TagClassName
{
border-color: #252027;
}
</style>