Shades of Blackcurrant #25012B
Tints of Blackcurrant #25012B
RGB
CMYK
RGB Variations
Color information
#25012B (or 0x25012B) is known color: Blackcurrant. HEX triplet: 25, 01 and 2B. RGB value is (37,1,43). Sum of RGB (Red+Green+Blue) = 37+1+43=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #25012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012B is #DAFED4. Grayscale: #101010. Windows color (decimal): -14352085 or 2818341. OLE color: 2818341.
HSL color Cylindrical-coordinate representation of color #25012B: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25012B is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 1 | 43 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.83 |
| HSL | 291.43º | 0.95% | 0.09% | - |
| HSV(B) | 291.43º | 0.98% | 0.17% | - |
| XYZ | 1.21 | 0.59 | 2.34 | - |
| YUV | 16.55 | 142.93 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 43 | 0.14 | 0.98 | 0 | 0.83 | 291.43 | 0.95 | 0.09 |
| Hex | 25 | 1 | 2B | E | 62 | 0 | 53 | 123 | 5F | 9 |
| Octal | 45 | 1 | 53 | 16 | 142 | 0 | 123 | 443 | 137 | 11 |
| Binary | 100101 | 1 | 101011 | 1110 | 1100010 | 0 | 1010011 | 100100011 | 1011111 | 1001 |
Color Harmonies of #25012B
Complementary color
Monochromatic Colors of #25012B
Black with #25012B
Text Example
Text Example
White with #25012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25012B; }
p { color: rgb(37,1,43); }
H1.HeaderClassName
{
color: #25012B;
}
.AnyTagClassName
{
color: #25012B;
}
</style>
background-color css
<style>
a { background-color: #25012B; }
a { background-color: rgb(37,1,43); }
div.DivClassName
{
background-color: #25012B;
}
.BgClassName
{
background-color: #25012B;
}
</style>
border-color css
<style>
span { border-color: #25012B; }
span { border-color: rgb(37,1,43); }
td.TdClassName
{
border-color: #25012B;
}
.TagClassName
{
border-color: #25012B;
}
</style>