Shades of Blackcurrant #25102A
Tints of Blackcurrant #25102A
RGB
CMYK
RGB Variations
Color information
#25102A (or 0x25102A) is known color: Blackcurrant. HEX triplet: 25, 10 and 2A. RGB value is (37,16,42). Sum of RGB (Red+Green+Blue) = 37+16+42=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #25102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102A is #DAEFD5. Grayscale: #191919. Windows color (decimal): -14348246 or 2756645. OLE color: 2756645.
HSL color Cylindrical-coordinate representation of color #25102A: hue angle of 288.46º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25102A is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 16 | 42 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.84 |
| HSL | 288.46º | 0.45% | 0.11% | - |
| HSV(B) | 288.46º | 0.62% | 0.16% | - |
| XYZ | 1.37 | 0.93 | 2.3 | - |
| YUV | 25.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 42 | 0.12 | 0.62 | 0 | 0.84 | 288.46 | 0.45 | 0.11 |
| Hex | 25 | 10 | 2A | C | 3E | 0 | 54 | 120 | 2D | B |
| Octal | 45 | 20 | 52 | 14 | 76 | 0 | 124 | 440 | 55 | 13 |
| Binary | 100101 | 10000 | 101010 | 1100 | 111110 | 0 | 1010100 | 100100000 | 101101 | 1011 |
Color Harmonies of #25102A
Complementary color
Monochromatic Colors of #25102A
Black with #25102A
Text Example
Text Example
White with #25102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25102A; }
p { color: rgb(37,16,42); }
H1.HeaderClassName
{
color: #25102A;
}
.AnyTagClassName
{
color: #25102A;
}
</style>
background-color css
<style>
a { background-color: #25102A; }
a { background-color: rgb(37,16,42); }
div.DivClassName
{
background-color: #25102A;
}
.BgClassName
{
background-color: #25102A;
}
</style>
border-color css
<style>
span { border-color: #25102A; }
span { border-color: rgb(37,16,42); }
td.TdClassName
{
border-color: #25102A;
}
.TagClassName
{
border-color: #25102A;
}
</style>