Shades of Blackcurrant #250834
Tints of Blackcurrant #250834
RGB
CMYK
RGB Variations
Color information
#250834 (or 0x250834) is known color: Blackcurrant. HEX triplet: 25, 08 and 34. RGB value is (37,8,52). Sum of RGB (Red+Green+Blue) = 37+8+52=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #250834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250834 is #DAF7CB. Grayscale: #151515. Windows color (decimal): -14350284 or 3409957. OLE color: 3409957.
HSL color Cylindrical-coordinate representation of color #250834: hue angle of 279.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250834 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 8 | 52 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.80 |
| HSL | 279.55º | 0.73% | 0.12% | - |
| HSV(B) | 279.55º | 0.85% | 0.2% | - |
| XYZ | 1.47 | 0.81 | 3.33 | - |
| YUV | 21.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 52 | 0.29 | 0.85 | 0 | 0.80 | 279.55 | 0.73 | 0.12 |
| Hex | 25 | 8 | 34 | 1D | 55 | 0 | 50 | 118 | 49 | C |
| Octal | 45 | 10 | 64 | 35 | 125 | 0 | 120 | 430 | 111 | 14 |
| Binary | 100101 | 1000 | 110100 | 11101 | 1010101 | 0 | 1010000 | 100011000 | 1001001 | 1100 |
Color Harmonies of #250834
Complementary color
Monochromatic Colors of #250834
Black with #250834
Text Example
Text Example
White with #250834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250834; }
p { color: rgb(37,8,52); }
H1.HeaderClassName
{
color: #250834;
}
.AnyTagClassName
{
color: #250834;
}
</style>
background-color css
<style>
a { background-color: #250834; }
a { background-color: rgb(37,8,52); }
div.DivClassName
{
background-color: #250834;
}
.BgClassName
{
background-color: #250834;
}
</style>
border-color css
<style>
span { border-color: #250834; }
span { border-color: rgb(37,8,52); }
td.TdClassName
{
border-color: #250834;
}
.TagClassName
{
border-color: #250834;
}
</style>