Shades of Blackcurrant #25032B
Tints of Blackcurrant #25032B
RGB
CMYK
RGB Variations
Color information
#25032B (or 0x25032B) is known color: Blackcurrant. HEX triplet: 25, 03 and 2B. RGB value is (37,3,43). Sum of RGB (Red+Green+Blue) = 37+3+43=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #25032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25032B is #DAFCD4. Grayscale: #111111. Windows color (decimal): -14351573 or 2818853. OLE color: 2818853.
HSL color Cylindrical-coordinate representation of color #25032B: hue angle of 291º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25032B is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 3 | 43 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.83 |
| HSL | 291º | 0.87% | 0.09% | - |
| HSV(B) | 291º | 0.93% | 0.17% | - |
| XYZ | 1.23 | 0.63 | 2.34 | - |
| YUV | 17.73 | 142.26 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 43 | 0.14 | 0.93 | 0 | 0.83 | 291 | 0.87 | 0.09 |
| Hex | 25 | 3 | 2B | E | 5D | 0 | 53 | 123 | 57 | 9 |
| Octal | 45 | 3 | 53 | 16 | 135 | 0 | 123 | 443 | 127 | 11 |
| Binary | 100101 | 11 | 101011 | 1110 | 1011101 | 0 | 1010011 | 100100011 | 1010111 | 1001 |
Color Harmonies of #25032B
Complementary color
Monochromatic Colors of #25032B
Black with #25032B
Text Example
Text Example
White with #25032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25032B; }
p { color: rgb(37,3,43); }
H1.HeaderClassName
{
color: #25032B;
}
.AnyTagClassName
{
color: #25032B;
}
</style>
background-color css
<style>
a { background-color: #25032B; }
a { background-color: rgb(37,3,43); }
div.DivClassName
{
background-color: #25032B;
}
.BgClassName
{
background-color: #25032B;
}
</style>
border-color css
<style>
span { border-color: #25032B; }
span { border-color: rgb(37,3,43); }
td.TdClassName
{
border-color: #25032B;
}
.TagClassName
{
border-color: #25032B;
}
</style>