Shades of Blackcurrant #250634
Tints of Blackcurrant #250634
RGB
CMYK
RGB Variations
Color information
#250634 (or 0x250634) is known color: Blackcurrant. HEX triplet: 25, 06 and 34. RGB value is (37,6,52). Sum of RGB (Red+Green+Blue) = 37+6+52=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #250634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250634 is #DAF9CB. Grayscale: #141414. Windows color (decimal): -14350796 or 3409445. OLE color: 3409445.
HSL color Cylindrical-coordinate representation of color #250634: hue angle of 280.43º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250634 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 6 | 52 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.80 |
| HSL | 280.43º | 0.79% | 0.11% | - |
| HSV(B) | 280.43º | 0.88% | 0.2% | - |
| XYZ | 1.45 | 0.77 | 3.32 | - |
| YUV | 20.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 52 | 0.29 | 0.88 | 0 | 0.80 | 280.43 | 0.79 | 0.11 |
| Hex | 25 | 6 | 34 | 1D | 58 | 0 | 50 | 118 | 4F | B |
| Octal | 45 | 6 | 64 | 35 | 130 | 0 | 120 | 430 | 117 | 13 |
| Binary | 100101 | 110 | 110100 | 11101 | 1011000 | 0 | 1010000 | 100011000 | 1001111 | 1011 |
Color Harmonies of #250634
Complementary color
Monochromatic Colors of #250634
Black with #250634
Text Example
Text Example
White with #250634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250634; }
p { color: rgb(37,6,52); }
H1.HeaderClassName
{
color: #250634;
}
.AnyTagClassName
{
color: #250634;
}
</style>
background-color css
<style>
a { background-color: #250634; }
a { background-color: rgb(37,6,52); }
div.DivClassName
{
background-color: #250634;
}
.BgClassName
{
background-color: #250634;
}
</style>
border-color css
<style>
span { border-color: #250634; }
span { border-color: rgb(37,6,52); }
td.TdClassName
{
border-color: #250634;
}
.TagClassName
{
border-color: #250634;
}
</style>