Shades of Blackcurrant #25092B
Tints of Blackcurrant #25092B
RGB
CMYK
RGB Variations
Color information
#25092B (or 0x25092B) is known color: Blackcurrant. HEX triplet: 25, 09 and 2B. RGB value is (37,9,43). Sum of RGB (Red+Green+Blue) = 37+9+43=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #25092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25092B is #DAF6D4. Grayscale: #151515. Windows color (decimal): -14350037 or 2820389. OLE color: 2820389.
HSL color Cylindrical-coordinate representation of color #25092B: hue angle of 289.41º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25092B is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 9 | 43 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.83 |
| HSL | 289.41º | 0.65% | 0.1% | - |
| HSV(B) | 289.41º | 0.79% | 0.17% | - |
| XYZ | 1.3 | 0.76 | 2.36 | - |
| YUV | 21.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 9 | 43 | 0.14 | 0.79 | 0 | 0.83 | 289.41 | 0.65 | 0.1 |
| Hex | 25 | 9 | 2B | E | 4F | 0 | 53 | 121 | 41 | A |
| Octal | 45 | 11 | 53 | 16 | 117 | 0 | 123 | 441 | 101 | 12 |
| Binary | 100101 | 1001 | 101011 | 1110 | 1001111 | 0 | 1010011 | 100100001 | 1000001 | 1010 |
Color Harmonies of #25092B
Complementary color
Monochromatic Colors of #25092B
Black with #25092B
Text Example
Text Example
White with #25092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25092B; }
p { color: rgb(37,9,43); }
H1.HeaderClassName
{
color: #25092B;
}
.AnyTagClassName
{
color: #25092B;
}
</style>
background-color css
<style>
a { background-color: #25092B; }
a { background-color: rgb(37,9,43); }
div.DivClassName
{
background-color: #25092B;
}
.BgClassName
{
background-color: #25092B;
}
</style>
border-color css
<style>
span { border-color: #25092B; }
span { border-color: rgb(37,9,43); }
td.TdClassName
{
border-color: #25092B;
}
.TagClassName
{
border-color: #25092B;
}
</style>