Shades of Blackcurrant #25013C
Tints of Blackcurrant #25013C
RGB
CMYK
RGB Variations
Color information
#25013C (or 0x25013C) is known color: Blackcurrant. HEX triplet: 25, 01 and 3C. RGB value is (37,1,60). Sum of RGB (Red+Green+Blue) = 37+1+60=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #25013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25013C is #DAFEC3. Grayscale: #121212. Windows color (decimal): -14352068 or 3932453. OLE color: 3932453.
HSL color Cylindrical-coordinate representation of color #25013C: hue angle of 276.61º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25013C is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 1 | 60 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.76 |
| HSL | 276.61º | 0.97% | 0.12% | - |
| HSV(B) | 276.61º | 0.98% | 0.24% | - |
| XYZ | 1.59 | 0.74 | 4.33 | - |
| YUV | 18.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 60 | 0.38 | 0.98 | 0 | 0.76 | 276.61 | 0.97 | 0.12 |
| Hex | 25 | 1 | 3C | 26 | 62 | 0 | 4C | 115 | 61 | C |
| Octal | 45 | 1 | 74 | 46 | 142 | 0 | 114 | 425 | 141 | 14 |
| Binary | 100101 | 1 | 111100 | 100110 | 1100010 | 0 | 1001100 | 100010101 | 1100001 | 1100 |
Color Harmonies of #25013C
Complementary color
Monochromatic Colors of #25013C
Black with #25013C
Text Example
Text Example
White with #25013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25013C; }
p { color: rgb(37,1,60); }
H1.HeaderClassName
{
color: #25013C;
}
.AnyTagClassName
{
color: #25013C;
}
</style>
background-color css
<style>
a { background-color: #25013C; }
a { background-color: rgb(37,1,60); }
div.DivClassName
{
background-color: #25013C;
}
.BgClassName
{
background-color: #25013C;
}
</style>
border-color css
<style>
span { border-color: #25013C; }
span { border-color: rgb(37,1,60); }
td.TdClassName
{
border-color: #25013C;
}
.TagClassName
{
border-color: #25013C;
}
</style>