Shades of Blackcurrant #25002C
Tints of Blackcurrant #25002C
RGB
CMYK
RGB Variations
Color information
#25002C (or 0x25002C) is known color: Blackcurrant. HEX triplet: 25, 00 and 2C. RGB value is (37,0,44). Sum of RGB (Red+Green+Blue) = 37+0+44=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #25002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002C is #DAFFD3. Grayscale: #0F0F0F. Windows color (decimal): -14352340 or 2883621. OLE color: 2883621.
HSL color Cylindrical-coordinate representation of color #25002C: hue angle of 290.45º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25002C is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 0 | 44 | - |
| CMYK | 0.16 | 1 | 0 | 0.83 |
| HSL | 290.45º | 1% | 0.09% | - |
| HSV(B) | 290.45º | 1% | 0.17% | - |
| XYZ | 1.22 | 0.58 | 2.43 | - |
| YUV | 16.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 44 | 0.16 | 1 | 0 | 0.83 | 290.45 | 1 | 0.09 |
| Hex | 25 | 0 | 2C | 10 | 64 | 0 | 53 | 122 | 64 | 9 |
| Octal | 45 | 0 | 54 | 20 | 144 | 0 | 123 | 442 | 144 | 11 |
| Binary | 100101 | 0 | 101100 | 10000 | 1100100 | 0 | 1010011 | 100100010 | 1100100 | 1001 |
Color Harmonies of #25002C
Complementary color
Monochromatic Colors of #25002C
Black with #25002C
Text Example
Text Example
White with #25002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25002C; }
p { color: rgb(37,0,44); }
H1.HeaderClassName
{
color: #25002C;
}
.AnyTagClassName
{
color: #25002C;
}
</style>
background-color css
<style>
a { background-color: #25002C; }
a { background-color: rgb(37,0,44); }
div.DivClassName
{
background-color: #25002C;
}
.BgClassName
{
background-color: #25002C;
}
</style>
border-color css
<style>
span { border-color: #25002C; }
span { border-color: rgb(37,0,44); }
td.TdClassName
{
border-color: #25002C;
}
.TagClassName
{
border-color: #25002C;
}
</style>