Shades of Blackcurrant #25062D
Tints of Blackcurrant #25062D
RGB
CMYK
RGB Variations
Color information
#25062D (or 0x25062D) is known color: Blackcurrant. HEX triplet: 25, 06 and 2D. RGB value is (37,6,45). Sum of RGB (Red+Green+Blue) = 37+6+45=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #25062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25062D is #DAF9D2. Grayscale: #131313. Windows color (decimal): -14350803 or 2950693. OLE color: 2950693.
HSL color Cylindrical-coordinate representation of color #25062D: hue angle of 287.69º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25062D is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 6 | 45 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.82 |
| HSL | 287.69º | 0.76% | 0.1% | - |
| HSV(B) | 287.69º | 0.87% | 0.18% | - |
| XYZ | 1.3 | 0.71 | 2.55 | - |
| YUV | 19.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 45 | 0.18 | 0.87 | 0 | 0.82 | 287.69 | 0.76 | 0.1 |
| Hex | 25 | 6 | 2D | 12 | 57 | 0 | 52 | 120 | 4C | A |
| Octal | 45 | 6 | 55 | 22 | 127 | 0 | 122 | 440 | 114 | 12 |
| Binary | 100101 | 110 | 101101 | 10010 | 1010111 | 0 | 1010010 | 100100000 | 1001100 | 1010 |
Color Harmonies of #25062D
Complementary color
Monochromatic Colors of #25062D
Black with #25062D
Text Example
Text Example
White with #25062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25062D; }
p { color: rgb(37,6,45); }
H1.HeaderClassName
{
color: #25062D;
}
.AnyTagClassName
{
color: #25062D;
}
</style>
background-color css
<style>
a { background-color: #25062D; }
a { background-color: rgb(37,6,45); }
div.DivClassName
{
background-color: #25062D;
}
.BgClassName
{
background-color: #25062D;
}
</style>
border-color css
<style>
span { border-color: #25062D; }
span { border-color: rgb(37,6,45); }
td.TdClassName
{
border-color: #25062D;
}
.TagClassName
{
border-color: #25062D;
}
</style>