Shades of Blackcurrant #25043D
Tints of Blackcurrant #25043D
RGB
CMYK
RGB Variations
Color information
#25043D (or 0x25043D) is known color: Blackcurrant. HEX triplet: 25, 04 and 3D. RGB value is (37,4,61). Sum of RGB (Red+Green+Blue) = 37+4+61=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #25043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25043D is #DAFBC2. Grayscale: #141414. Windows color (decimal): -14351299 or 3998757. OLE color: 3998757.
HSL color Cylindrical-coordinate representation of color #25043D: hue angle of 274.74º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25043D is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 4 | 61 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.76 |
| HSL | 274.74º | 0.88% | 0.13% | - |
| HSV(B) | 274.74º | 0.93% | 0.24% | - |
| XYZ | 1.65 | 0.82 | 4.49 | - |
| YUV | 20.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 61 | 0.39 | 0.93 | 0 | 0.76 | 274.74 | 0.88 | 0.13 |
| Hex | 25 | 4 | 3D | 27 | 5D | 0 | 4C | 113 | 58 | D |
| Octal | 45 | 4 | 75 | 47 | 135 | 0 | 114 | 423 | 130 | 15 |
| Binary | 100101 | 100 | 111101 | 100111 | 1011101 | 0 | 1001100 | 100010011 | 1011000 | 1101 |
Color Harmonies of #25043D
Complementary color
Monochromatic Colors of #25043D
Black with #25043D
Text Example
Text Example
White with #25043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25043D; }
p { color: rgb(37,4,61); }
H1.HeaderClassName
{
color: #25043D;
}
.AnyTagClassName
{
color: #25043D;
}
</style>
background-color css
<style>
a { background-color: #25043D; }
a { background-color: rgb(37,4,61); }
div.DivClassName
{
background-color: #25043D;
}
.BgClassName
{
background-color: #25043D;
}
</style>
border-color css
<style>
span { border-color: #25043D; }
span { border-color: rgb(37,4,61); }
td.TdClassName
{
border-color: #25043D;
}
.TagClassName
{
border-color: #25043D;
}
</style>