Shades of Blackcurrant #25133A
Tints of Blackcurrant #25133A
RGB
CMYK
RGB Variations
Color information
#25133A (or 0x25133A) is known color: Blackcurrant. HEX triplet: 25, 13 and 3A. RGB value is (37,19,58). Sum of RGB (Red+Green+Blue) = 37+19+58=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #25133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25133A is #DAECC5. Grayscale: #1C1C1C. Windows color (decimal): -14347462 or 3805989. OLE color: 3805989.
HSL color Cylindrical-coordinate representation of color #25133A: hue angle of 267.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25133A is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 19 | 58 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.77 |
| HSL | 267.69º | 0.51% | 0.15% | - |
| HSV(B) | 267.69º | 0.67% | 0.23% | - |
| XYZ | 1.76 | 1.16 | 4.14 | - |
| YUV | 28.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 58 | 0.36 | 0.67 | 0 | 0.77 | 267.69 | 0.51 | 0.15 |
| Hex | 25 | 13 | 3A | 24 | 43 | 0 | 4D | 10C | 33 | F |
| Octal | 45 | 23 | 72 | 44 | 103 | 0 | 115 | 414 | 63 | 17 |
| Binary | 100101 | 10011 | 111010 | 100100 | 1000011 | 0 | 1001101 | 100001100 | 110011 | 1111 |
Color Harmonies of #25133A
Complementary color
Monochromatic Colors of #25133A
Black with #25133A
Text Example
Text Example
White with #25133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25133A; }
p { color: rgb(37,19,58); }
H1.HeaderClassName
{
color: #25133A;
}
.AnyTagClassName
{
color: #25133A;
}
</style>
background-color css
<style>
a { background-color: #25133A; }
a { background-color: rgb(37,19,58); }
div.DivClassName
{
background-color: #25133A;
}
.BgClassName
{
background-color: #25133A;
}
</style>
border-color css
<style>
span { border-color: #25133A; }
span { border-color: rgb(37,19,58); }
td.TdClassName
{
border-color: #25133A;
}
.TagClassName
{
border-color: #25133A;
}
</style>