Shades of Blackcurrant #25034D
Tints of Blackcurrant #25034D
RGB
CMYK
RGB Variations
Color information
#25034D (or 0x25034D) is known color: Blackcurrant. HEX triplet: 25, 03 and 4D. RGB value is (37,3,77). Sum of RGB (Red+Green+Blue) = 37+3+77=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #25034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25034D is #DAFCB2. Grayscale: #151515. Windows color (decimal): -14351539 or 5047077. OLE color: 5047077.
HSL color Cylindrical-coordinate representation of color #25034D: hue angle of 267.57º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25034D is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 3 | 77 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.70 |
| HSL | 267.57º | 0.93% | 0.16% | - |
| HSV(B) | 267.57º | 0.96% | 0.3% | - |
| XYZ | 2.14 | 0.99 | 7.1 | - |
| YUV | 21.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 77 | 0.52 | 0.96 | 0 | 0.70 | 267.57 | 0.93 | 0.16 |
| Hex | 25 | 3 | 4D | 34 | 60 | 0 | 46 | 10C | 5C | 10 |
| Octal | 45 | 3 | 115 | 64 | 140 | 0 | 106 | 414 | 134 | 20 |
| Binary | 100101 | 11 | 1001101 | 110100 | 1100000 | 0 | 1000110 | 100001100 | 1011100 | 10000 |
Color Harmonies of #25034D
Complementary color
Monochromatic Colors of #25034D
Black with #25034D
Text Example
Text Example
White with #25034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25034D; }
p { color: rgb(37,3,77); }
H1.HeaderClassName
{
color: #25034D;
}
.AnyTagClassName
{
color: #25034D;
}
</style>
background-color css
<style>
a { background-color: #25034D; }
a { background-color: rgb(37,3,77); }
div.DivClassName
{
background-color: #25034D;
}
.BgClassName
{
background-color: #25034D;
}
</style>
border-color css
<style>
span { border-color: #25034D; }
span { border-color: rgb(37,3,77); }
td.TdClassName
{
border-color: #25034D;
}
.TagClassName
{
border-color: #25034D;
}
</style>