Shades of Blackcurrant #250029
Tints of Blackcurrant #250029
RGB
CMYK
RGB Variations
Color information
#250029 (or 0x250029) is known color: Blackcurrant. HEX triplet: 25, 00 and 29. RGB value is (37,0,41). Sum of RGB (Red+Green+Blue) = 37+0+41=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #250029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250029 is #DAFFD6. Grayscale: #0F0F0F. Windows color (decimal): -14352343 or 2687013. OLE color: 2687013.
HSL color Cylindrical-coordinate representation of color #250029: hue angle of 294.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250029 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 0 | 41 | - |
| CMYK | 0.10 | 1 | 0 | 0.84 |
| HSL | 294.15º | 1% | 0.08% | - |
| HSV(B) | 294.15º | 1% | 0.16% | - |
| XYZ | 1.16 | 0.55 | 2.14 | - |
| YUV | 15.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 41 | 0.10 | 1 | 0 | 0.84 | 294.15 | 1 | 0.08 |
| Hex | 25 | 0 | 29 | A | 64 | 0 | 54 | 126 | 64 | 8 |
| Octal | 45 | 0 | 51 | 12 | 144 | 0 | 124 | 446 | 144 | 10 |
| Binary | 100101 | 0 | 101001 | 1010 | 1100100 | 0 | 1010100 | 100100110 | 1100100 | 1000 |
Color Harmonies of #250029
Complementary color
Monochromatic Colors of #250029
Black with #250029
Text Example
Text Example
White with #250029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250029; }
p { color: rgb(37,0,41); }
H1.HeaderClassName
{
color: #250029;
}
.AnyTagClassName
{
color: #250029;
}
</style>
background-color css
<style>
a { background-color: #250029; }
a { background-color: rgb(37,0,41); }
div.DivClassName
{
background-color: #250029;
}
.BgClassName
{
background-color: #250029;
}
</style>
border-color css
<style>
span { border-color: #250029; }
span { border-color: rgb(37,0,41); }
td.TdClassName
{
border-color: #250029;
}
.TagClassName
{
border-color: #250029;
}
</style>