Shades of Blackcurrant #25012C
Tints of Blackcurrant #25012C
RGB
CMYK
RGB Variations
Color information
#25012C (or 0x25012C) is known color: Blackcurrant. HEX triplet: 25, 01 and 2C. RGB value is (37,1,44). Sum of RGB (Red+Green+Blue) = 37+1+44=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #25012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012C is #DAFED3. Grayscale: #101010. Windows color (decimal): -14352084 or 2883877. OLE color: 2883877.
HSL color Cylindrical-coordinate representation of color #25012C: hue angle of 290.23º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25012C is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 1 | 44 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.83 |
| HSL | 290.23º | 0.96% | 0.09% | - |
| HSV(B) | 290.23º | 0.98% | 0.17% | - |
| XYZ | 1.23 | 0.6 | 2.43 | - |
| YUV | 16.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 44 | 0.16 | 0.98 | 0 | 0.83 | 290.23 | 0.96 | 0.09 |
| Hex | 25 | 1 | 2C | 10 | 62 | 0 | 53 | 122 | 60 | 9 |
| Octal | 45 | 1 | 54 | 20 | 142 | 0 | 123 | 442 | 140 | 11 |
| Binary | 100101 | 1 | 101100 | 10000 | 1100010 | 0 | 1010011 | 100100010 | 1100000 | 1001 |
Color Harmonies of #25012C
Complementary color
Monochromatic Colors of #25012C
Black with #25012C
Text Example
Text Example
White with #25012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25012C; }
p { color: rgb(37,1,44); }
H1.HeaderClassName
{
color: #25012C;
}
.AnyTagClassName
{
color: #25012C;
}
</style>
background-color css
<style>
a { background-color: #25012C; }
a { background-color: rgb(37,1,44); }
div.DivClassName
{
background-color: #25012C;
}
.BgClassName
{
background-color: #25012C;
}
</style>
border-color css
<style>
span { border-color: #25012C; }
span { border-color: rgb(37,1,44); }
td.TdClassName
{
border-color: #25012C;
}
.TagClassName
{
border-color: #25012C;
}
</style>