Shades of Blackcurrant #25013B
Tints of Blackcurrant #25013B
RGB
CMYK
RGB Variations
Color information
#25013B (or 0x25013B) is known color: Blackcurrant. HEX triplet: 25, 01 and 3B. RGB value is (37,1,59). Sum of RGB (Red+Green+Blue) = 37+1+59=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #25013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25013B is #DAFEC4. Grayscale: #121212. Windows color (decimal): -14352069 or 3866917. OLE color: 3866917.
HSL color Cylindrical-coordinate representation of color #25013B: hue angle of 277.24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25013B is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 1 | 59 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.77 |
| HSL | 277.24º | 0.97% | 0.12% | - |
| HSV(B) | 277.24º | 0.98% | 0.23% | - |
| XYZ | 1.56 | 0.73 | 4.2 | - |
| YUV | 18.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 59 | 0.37 | 0.98 | 0 | 0.77 | 277.24 | 0.97 | 0.12 |
| Hex | 25 | 1 | 3B | 25 | 62 | 0 | 4D | 115 | 61 | C |
| Octal | 45 | 1 | 73 | 45 | 142 | 0 | 115 | 425 | 141 | 14 |
| Binary | 100101 | 1 | 111011 | 100101 | 1100010 | 0 | 1001101 | 100010101 | 1100001 | 1100 |
Color Harmonies of #25013B
Complementary color
Monochromatic Colors of #25013B
Black with #25013B
Text Example
Text Example
White with #25013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25013B; }
p { color: rgb(37,1,59); }
H1.HeaderClassName
{
color: #25013B;
}
.AnyTagClassName
{
color: #25013B;
}
</style>
background-color css
<style>
a { background-color: #25013B; }
a { background-color: rgb(37,1,59); }
div.DivClassName
{
background-color: #25013B;
}
.BgClassName
{
background-color: #25013B;
}
</style>
border-color css
<style>
span { border-color: #25013B; }
span { border-color: rgb(37,1,59); }
td.TdClassName
{
border-color: #25013B;
}
.TagClassName
{
border-color: #25013B;
}
</style>