Shades of Blackcurrant #25022C
Tints of Blackcurrant #25022C
RGB
CMYK
RGB Variations
Color information
#25022C (or 0x25022C) is known color: Blackcurrant. HEX triplet: 25, 02 and 2C. RGB value is (37,2,44). Sum of RGB (Red+Green+Blue) = 37+2+44=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #25022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25022C is #DAFDD3. Grayscale: #111111. Windows color (decimal): -14351828 or 2884133. OLE color: 2884133.
HSL color Cylindrical-coordinate representation of color #25022C: hue angle of 290º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25022C is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 2 | 44 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.83 |
| HSL | 290º | 0.91% | 0.09% | - |
| HSV(B) | 290º | 0.95% | 0.17% | - |
| XYZ | 1.24 | 0.62 | 2.44 | - |
| YUV | 17.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 44 | 0.16 | 0.95 | 0 | 0.83 | 290 | 0.91 | 0.09 |
| Hex | 25 | 2 | 2C | 10 | 5F | 0 | 53 | 122 | 5B | 9 |
| Octal | 45 | 2 | 54 | 20 | 137 | 0 | 123 | 442 | 133 | 11 |
| Binary | 100101 | 10 | 101100 | 10000 | 1011111 | 0 | 1010011 | 100100010 | 1011011 | 1001 |
Color Harmonies of #25022C
Complementary color
Monochromatic Colors of #25022C
Black with #25022C
Text Example
Text Example
White with #25022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25022C; }
p { color: rgb(37,2,44); }
H1.HeaderClassName
{
color: #25022C;
}
.AnyTagClassName
{
color: #25022C;
}
</style>
background-color css
<style>
a { background-color: #25022C; }
a { background-color: rgb(37,2,44); }
div.DivClassName
{
background-color: #25022C;
}
.BgClassName
{
background-color: #25022C;
}
</style>
border-color css
<style>
span { border-color: #25022C; }
span { border-color: rgb(37,2,44); }
td.TdClassName
{
border-color: #25022C;
}
.TagClassName
{
border-color: #25022C;
}
</style>