Shades of Blackcurrant #25023C
Tints of Blackcurrant #25023C
RGB
CMYK
RGB Variations
Color information
#25023C (or 0x25023C) is known color: Blackcurrant. HEX triplet: 25, 02 and 3C. RGB value is (37,2,60). Sum of RGB (Red+Green+Blue) = 37+2+60=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 60 (23.83% from 255 or 60.61% from 99); Max value from RGB is 60 - color contains mainly: blue. Hex color #25023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25023C is #DAFDC3. Grayscale: #121212. Windows color (decimal): -14351812 or 3932709. OLE color: 3932709.
HSL color Cylindrical-coordinate representation of color #25023C: hue angle of 276.21º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25023C is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 2 | 60 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.76 |
| HSL | 276.21º | 0.94% | 0.12% | - |
| HSV(B) | 276.21º | 0.97% | 0.24% | - |
| XYZ | 1.6 | 0.76 | 4.34 | - |
| YUV | 19.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 60 | 0.38 | 0.97 | 0 | 0.76 | 276.21 | 0.94 | 0.12 |
| Hex | 25 | 2 | 3C | 26 | 61 | 0 | 4C | 114 | 5E | C |
| Octal | 45 | 2 | 74 | 46 | 141 | 0 | 114 | 424 | 136 | 14 |
| Binary | 100101 | 10 | 111100 | 100110 | 1100001 | 0 | 1001100 | 100010100 | 1011110 | 1100 |
Color Harmonies of #25023C
Complementary color
Monochromatic Colors of #25023C
Black with #25023C
Text Example
Text Example
White with #25023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25023C; }
p { color: rgb(37,2,60); }
H1.HeaderClassName
{
color: #25023C;
}
.AnyTagClassName
{
color: #25023C;
}
</style>
background-color css
<style>
a { background-color: #25023C; }
a { background-color: rgb(37,2,60); }
div.DivClassName
{
background-color: #25023C;
}
.BgClassName
{
background-color: #25023C;
}
</style>
border-color css
<style>
span { border-color: #25023C; }
span { border-color: rgb(37,2,60); }
td.TdClassName
{
border-color: #25023C;
}
.TagClassName
{
border-color: #25023C;
}
</style>