Shades of Blackcurrant #25082D
Tints of Blackcurrant #25082D
RGB
CMYK
RGB Variations
Color information
#25082D (or 0x25082D) is known color: Blackcurrant. HEX triplet: 25, 08 and 2D. RGB value is (37,8,45). Sum of RGB (Red+Green+Blue) = 37+8+45=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #25082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25082D is #DAF7D2. Grayscale: #141414. Windows color (decimal): -14350291 or 2951205. OLE color: 2951205.
HSL color Cylindrical-coordinate representation of color #25082D: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25082D is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 8 | 45 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.82 |
| HSL | 287.03º | 0.7% | 0.1% | - |
| HSV(B) | 287.03º | 0.82% | 0.18% | - |
| XYZ | 1.32 | 0.76 | 2.56 | - |
| YUV | 20.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 45 | 0.18 | 0.82 | 0 | 0.82 | 287.03 | 0.7 | 0.1 |
| Hex | 25 | 8 | 2D | 12 | 52 | 0 | 52 | 11F | 46 | A |
| Octal | 45 | 10 | 55 | 22 | 122 | 0 | 122 | 437 | 106 | 12 |
| Binary | 100101 | 1000 | 101101 | 10010 | 1010010 | 0 | 1010010 | 100011111 | 1000110 | 1010 |
Color Harmonies of #25082D
Complementary color
Monochromatic Colors of #25082D
Black with #25082D
Text Example
Text Example
White with #25082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25082D; }
p { color: rgb(37,8,45); }
H1.HeaderClassName
{
color: #25082D;
}
.AnyTagClassName
{
color: #25082D;
}
</style>
background-color css
<style>
a { background-color: #25082D; }
a { background-color: rgb(37,8,45); }
div.DivClassName
{
background-color: #25082D;
}
.BgClassName
{
background-color: #25082D;
}
</style>
border-color css
<style>
span { border-color: #25082D; }
span { border-color: rgb(37,8,45); }
td.TdClassName
{
border-color: #25082D;
}
.TagClassName
{
border-color: #25082D;
}
</style>