Shades of Blackcurrant #250629
Tints of Blackcurrant #250629
RGB
CMYK
RGB Variations
Color information
#250629 (or 0x250629) is known color: Blackcurrant. HEX triplet: 25, 06 and 29. RGB value is (37,6,41). Sum of RGB (Red+Green+Blue) = 37+6+41=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 41 (16.41% from 255 or 48.81% from 84); Max value from RGB is 41 - color contains mainly: blue. Hex color #250629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250629 is #DAF9D6. Grayscale: #131313. Windows color (decimal): -14350807 or 2688549. OLE color: 2688549.
HSL color Cylindrical-coordinate representation of color #250629: hue angle of 293.14º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250629 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 6 | 41 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.84 |
| HSL | 293.14º | 0.74% | 0.09% | - |
| HSV(B) | 293.14º | 0.85% | 0.16% | - |
| XYZ | 1.23 | 0.68 | 2.17 | - |
| YUV | 19.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 41 | 0.10 | 0.85 | 0 | 0.84 | 293.14 | 0.74 | 0.09 |
| Hex | 25 | 6 | 29 | A | 55 | 0 | 54 | 125 | 4A | 9 |
| Octal | 45 | 6 | 51 | 12 | 125 | 0 | 124 | 445 | 112 | 11 |
| Binary | 100101 | 110 | 101001 | 1010 | 1010101 | 0 | 1010100 | 100100101 | 1001010 | 1001 |
Color Harmonies of #250629
Complementary color
Monochromatic Colors of #250629
Black with #250629
Text Example
Text Example
White with #250629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250629; }
p { color: rgb(37,6,41); }
H1.HeaderClassName
{
color: #250629;
}
.AnyTagClassName
{
color: #250629;
}
</style>
background-color css
<style>
a { background-color: #250629; }
a { background-color: rgb(37,6,41); }
div.DivClassName
{
background-color: #250629;
}
.BgClassName
{
background-color: #250629;
}
</style>
border-color css
<style>
span { border-color: #250629; }
span { border-color: rgb(37,6,41); }
td.TdClassName
{
border-color: #250629;
}
.TagClassName
{
border-color: #250629;
}
</style>