Shades of Blackcurrant #25122B
Tints of Blackcurrant #25122B
RGB
CMYK
RGB Variations
Color information
#25122B (or 0x25122B) is known color: Blackcurrant. HEX triplet: 25, 12 and 2B. RGB value is (37,18,43). Sum of RGB (Red+Green+Blue) = 37+18+43=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 43 - color contains mainly: blue. Hex color #25122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25122B is #DAEDD4. Grayscale: #1A1A1A. Windows color (decimal): -14347733 or 2822693. OLE color: 2822693.
HSL color Cylindrical-coordinate representation of color #25122B: hue angle of 285.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25122B is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 18 | 43 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.83 |
| HSL | 285.6º | 0.41% | 0.12% | - |
| HSV(B) | 285.6º | 0.58% | 0.17% | - |
| XYZ | 1.42 | 1 | 2.4 | - |
| YUV | 26.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 43 | 0.14 | 0.58 | 0 | 0.83 | 285.6 | 0.41 | 0.12 |
| Hex | 25 | 12 | 2B | E | 3A | 0 | 53 | 11E | 29 | C |
| Octal | 45 | 22 | 53 | 16 | 72 | 0 | 123 | 436 | 51 | 14 |
| Binary | 100101 | 10010 | 101011 | 1110 | 111010 | 0 | 1010011 | 100011110 | 101001 | 1100 |
Color Harmonies of #25122B
Complementary color
Monochromatic Colors of #25122B
Black with #25122B
Text Example
Text Example
White with #25122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25122B; }
p { color: rgb(37,18,43); }
H1.HeaderClassName
{
color: #25122B;
}
.AnyTagClassName
{
color: #25122B;
}
</style>
background-color css
<style>
a { background-color: #25122B; }
a { background-color: rgb(37,18,43); }
div.DivClassName
{
background-color: #25122B;
}
.BgClassName
{
background-color: #25122B;
}
</style>
border-color css
<style>
span { border-color: #25122B; }
span { border-color: rgb(37,18,43); }
td.TdClassName
{
border-color: #25122B;
}
.TagClassName
{
border-color: #25122B;
}
</style>