Shades of Blackcurrant #25102F
Tints of Blackcurrant #25102F
RGB
CMYK
RGB Variations
Color information
#25102F (or 0x25102F) is known color: Blackcurrant. HEX triplet: 25, 10 and 2F. RGB value is (37,16,47). Sum of RGB (Red+Green+Blue) = 37+16+47=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #25102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25102F is #DAEFD0. Grayscale: #191919. Windows color (decimal): -14348241 or 3084325. OLE color: 3084325.
HSL color Cylindrical-coordinate representation of color #25102F: hue angle of 280.65º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25102F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 16 | 47 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.82 |
| HSL | 280.65º | 0.49% | 0.12% | - |
| HSV(B) | 280.65º | 0.66% | 0.18% | - |
| XYZ | 1.46 | 0.97 | 2.8 | - |
| YUV | 25.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 47 | 0.21 | 0.66 | 0 | 0.82 | 280.65 | 0.49 | 0.12 |
| Hex | 25 | 10 | 2F | 15 | 42 | 0 | 52 | 119 | 31 | C |
| Octal | 45 | 20 | 57 | 25 | 102 | 0 | 122 | 431 | 61 | 14 |
| Binary | 100101 | 10000 | 101111 | 10101 | 1000010 | 0 | 1010010 | 100011001 | 110001 | 1100 |
Color Harmonies of #25102F
Complementary color
Monochromatic Colors of #25102F
Black with #25102F
Text Example
Text Example
White with #25102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25102F; }
p { color: rgb(37,16,47); }
H1.HeaderClassName
{
color: #25102F;
}
.AnyTagClassName
{
color: #25102F;
}
</style>
background-color css
<style>
a { background-color: #25102F; }
a { background-color: rgb(37,16,47); }
div.DivClassName
{
background-color: #25102F;
}
.BgClassName
{
background-color: #25102F;
}
</style>
border-color css
<style>
span { border-color: #25102F; }
span { border-color: rgb(37,16,47); }
td.TdClassName
{
border-color: #25102F;
}
.TagClassName
{
border-color: #25102F;
}
</style>