Shades of Blackcurrant #25073E
Tints of Blackcurrant #25073E
RGB
CMYK
RGB Variations
Color information
#25073E (or 0x25073E) is known color: Blackcurrant. HEX triplet: 25, 07 and 3E. RGB value is (37,7,62). Sum of RGB (Red+Green+Blue) = 37+7+62=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 62 (24.61% from 255 or 58.49% from 106); Max value from RGB is 62 - color contains mainly: blue. Hex color #25073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25073E is #DAF8C1. Grayscale: #161616. Windows color (decimal): -14350530 or 4065061. OLE color: 4065061.
HSL color Cylindrical-coordinate representation of color #25073E: hue angle of 272.73º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25073E is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 7 | 62 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.76 |
| HSL | 272.73º | 0.8% | 0.14% | - |
| HSV(B) | 272.73º | 0.89% | 0.24% | - |
| XYZ | 1.71 | 0.89 | 4.64 | - |
| YUV | 22.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 62 | 0.40 | 0.89 | 0 | 0.76 | 272.73 | 0.8 | 0.14 |
| Hex | 25 | 7 | 3E | 28 | 59 | 0 | 4C | 111 | 50 | E |
| Octal | 45 | 7 | 76 | 50 | 131 | 0 | 114 | 421 | 120 | 16 |
| Binary | 100101 | 111 | 111110 | 101000 | 1011001 | 0 | 1001100 | 100010001 | 1010000 | 1110 |
Color Harmonies of #25073E
Complementary color
Monochromatic Colors of #25073E
Black with #25073E
Text Example
Text Example
White with #25073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25073E; }
p { color: rgb(37,7,62); }
H1.HeaderClassName
{
color: #25073E;
}
.AnyTagClassName
{
color: #25073E;
}
</style>
background-color css
<style>
a { background-color: #25073E; }
a { background-color: rgb(37,7,62); }
div.DivClassName
{
background-color: #25073E;
}
.BgClassName
{
background-color: #25073E;
}
</style>
border-color css
<style>
span { border-color: #25073E; }
span { border-color: rgb(37,7,62); }
td.TdClassName
{
border-color: #25073E;
}
.TagClassName
{
border-color: #25073E;
}
</style>