Shades of Blackcurrant #25133B
Tints of Blackcurrant #25133B
RGB
CMYK
RGB Variations
Color information
#25133B (or 0x25133B) is known color: Blackcurrant. HEX triplet: 25, 13 and 3B. RGB value is (37,19,59). Sum of RGB (Red+Green+Blue) = 37+19+59=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #25133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25133B is #DAECC4. Grayscale: #1C1C1C. Windows color (decimal): -14347461 or 3871525. OLE color: 3871525.
HSL color Cylindrical-coordinate representation of color #25133B: hue angle of 267º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25133B is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 19 | 59 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.77 |
| HSL | 267º | 0.51% | 0.15% | - |
| HSV(B) | 267º | 0.68% | 0.23% | - |
| XYZ | 1.79 | 1.17 | 4.27 | - |
| YUV | 28.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 59 | 0.37 | 0.68 | 0 | 0.77 | 267 | 0.51 | 0.15 |
| Hex | 25 | 13 | 3B | 25 | 44 | 0 | 4D | 10B | 33 | F |
| Octal | 45 | 23 | 73 | 45 | 104 | 0 | 115 | 413 | 63 | 17 |
| Binary | 100101 | 10011 | 111011 | 100101 | 1000100 | 0 | 1001101 | 100001011 | 110011 | 1111 |
Color Harmonies of #25133B
Complementary color
Monochromatic Colors of #25133B
Black with #25133B
Text Example
Text Example
White with #25133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25133B; }
p { color: rgb(37,19,59); }
H1.HeaderClassName
{
color: #25133B;
}
.AnyTagClassName
{
color: #25133B;
}
</style>
background-color css
<style>
a { background-color: #25133B; }
a { background-color: rgb(37,19,59); }
div.DivClassName
{
background-color: #25133B;
}
.BgClassName
{
background-color: #25133B;
}
</style>
border-color css
<style>
span { border-color: #25133B; }
span { border-color: rgb(37,19,59); }
td.TdClassName
{
border-color: #25133B;
}
.TagClassName
{
border-color: #25133B;
}
</style>