Shades of Blackcurrant #25132B
Tints of Blackcurrant #25132B
RGB
CMYK
RGB Variations
Color information
#25132B (or 0x25132B) is known color: Blackcurrant. HEX triplet: 25, 13 and 2B. RGB value is (37,19,43). Sum of RGB (Red+Green+Blue) = 37+19+43=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #25132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25132B is #DAECD4. Grayscale: #1B1B1B. Windows color (decimal): -14347477 or 2822949. OLE color: 2822949.
HSL color Cylindrical-coordinate representation of color #25132B: hue angle of 285º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #25132B is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 19 | 43 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.83 |
| HSL | 285º | 0.39% | 0.12% | - |
| HSV(B) | 285º | 0.56% | 0.17% | - |
| XYZ | 1.43 | 1.03 | 2.41 | - |
| YUV | 27.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 43 | 0.14 | 0.56 | 0 | 0.83 | 285 | 0.39 | 0.12 |
| Hex | 25 | 13 | 2B | E | 38 | 0 | 53 | 11D | 27 | C |
| Octal | 45 | 23 | 53 | 16 | 70 | 0 | 123 | 435 | 47 | 14 |
| Binary | 100101 | 10011 | 101011 | 1110 | 111000 | 0 | 1010011 | 100011101 | 100111 | 1100 |
Color Harmonies of #25132B
Complementary color
Monochromatic Colors of #25132B
Black with #25132B
Text Example
Text Example
White with #25132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25132B; }
p { color: rgb(37,19,43); }
H1.HeaderClassName
{
color: #25132B;
}
.AnyTagClassName
{
color: #25132B;
}
</style>
background-color css
<style>
a { background-color: #25132B; }
a { background-color: rgb(37,19,43); }
div.DivClassName
{
background-color: #25132B;
}
.BgClassName
{
background-color: #25132B;
}
</style>
border-color css
<style>
span { border-color: #25132B; }
span { border-color: rgb(37,19,43); }
td.TdClassName
{
border-color: #25132B;
}
.TagClassName
{
border-color: #25132B;
}
</style>