Shades of Blackcurrant #250A29
Tints of Blackcurrant #250A29
RGB
CMYK
RGB Variations
Color information
#250A29 (or 0x250A29) is known color: Blackcurrant. HEX triplet: 25, 0A and 29. RGB value is (37,10,41). Sum of RGB (Red+Green+Blue) = 37+10+41=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #250A29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A29 is #DAF5D6. Grayscale: #151515. Windows color (decimal): -14349783 or 2689573. OLE color: 2689573.
HSL color Cylindrical-coordinate representation of color #250A29: hue angle of 292.26º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250A29 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 10 | 41 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.84 |
| HSL | 292.26º | 0.61% | 0.1% | - |
| HSV(B) | 292.26º | 0.76% | 0.16% | - |
| XYZ | 1.27 | 0.77 | 2.18 | - |
| YUV | 21.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 41 | 0.10 | 0.76 | 0 | 0.84 | 292.26 | 0.61 | 0.1 |
| Hex | 25 | A | 29 | A | 4C | 0 | 54 | 124 | 3D | A |
| Octal | 45 | 12 | 51 | 12 | 114 | 0 | 124 | 444 | 75 | 12 |
| Binary | 100101 | 1010 | 101001 | 1010 | 1001100 | 0 | 1010100 | 100100100 | 111101 | 1010 |
Color Harmonies of #250A29
Complementary color
Monochromatic Colors of #250A29
Black with #250A29
Text Example
Text Example
White with #250A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A29; }
p { color: rgb(37,10,41); }
H1.HeaderClassName
{
color: #250A29;
}
.AnyTagClassName
{
color: #250A29;
}
</style>
background-color css
<style>
a { background-color: #250A29; }
a { background-color: rgb(37,10,41); }
div.DivClassName
{
background-color: #250A29;
}
.BgClassName
{
background-color: #250A29;
}
</style>
border-color css
<style>
span { border-color: #250A29; }
span { border-color: rgb(37,10,41); }
td.TdClassName
{
border-color: #250A29;
}
.TagClassName
{
border-color: #250A29;
}
</style>