Shades of Blackcurrant #25053C
Tints of Blackcurrant #25053C
RGB
CMYK
RGB Variations
Color information
#25053C (or 0x25053C) is known color: Blackcurrant. HEX triplet: 25, 05 and 3C. RGB value is (37,5,60). Sum of RGB (Red+Green+Blue) = 37+5+60=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #25053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25053C is #DAFAC3. Grayscale: #141414. Windows color (decimal): -14351044 or 3933477. OLE color: 3933477.
HSL color Cylindrical-coordinate representation of color #25053C: hue angle of 274.91º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25053C is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 5 | 60 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.76 |
| HSL | 274.91º | 0.85% | 0.13% | - |
| HSV(B) | 274.91º | 0.92% | 0.24% | - |
| XYZ | 1.63 | 0.83 | 4.35 | - |
| YUV | 20.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 60 | 0.38 | 0.92 | 0 | 0.76 | 274.91 | 0.85 | 0.13 |
| Hex | 25 | 5 | 3C | 26 | 5C | 0 | 4C | 113 | 55 | D |
| Octal | 45 | 5 | 74 | 46 | 134 | 0 | 114 | 423 | 125 | 15 |
| Binary | 100101 | 101 | 111100 | 100110 | 1011100 | 0 | 1001100 | 100010011 | 1010101 | 1101 |
Color Harmonies of #25053C
Complementary color
Monochromatic Colors of #25053C
Black with #25053C
Text Example
Text Example
White with #25053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25053C; }
p { color: rgb(37,5,60); }
H1.HeaderClassName
{
color: #25053C;
}
.AnyTagClassName
{
color: #25053C;
}
</style>
background-color css
<style>
a { background-color: #25053C; }
a { background-color: rgb(37,5,60); }
div.DivClassName
{
background-color: #25053C;
}
.BgClassName
{
background-color: #25053C;
}
</style>
border-color css
<style>
span { border-color: #25053C; }
span { border-color: rgb(37,5,60); }
td.TdClassName
{
border-color: #25053C;
}
.TagClassName
{
border-color: #25053C;
}
</style>