Shades of Blackcurrant #250034
Tints of Blackcurrant #250034
RGB
CMYK
RGB Variations
Color information
#250034 (or 0x250034) is known color: Blackcurrant. HEX triplet: 25, 00 and 34. RGB value is (37,0,52). Sum of RGB (Red+Green+Blue) = 37+0+52=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #250034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250034 is #DAFFCB. Grayscale: #101010. Windows color (decimal): -14352332 or 3407909. OLE color: 3407909.
HSL color Cylindrical-coordinate representation of color #250034: hue angle of 282.69º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250034 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 0 | 52 | - |
| CMYK | 0.29 | 1 | 0 | 0.80 |
| HSL | 282.69º | 1% | 0.1% | - |
| HSV(B) | 282.69º | 1% | 0.2% | - |
| XYZ | 1.38 | 0.64 | 3.3 | - |
| YUV | 16.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 52 | 0.29 | 1 | 0 | 0.80 | 282.69 | 1 | 0.1 |
| Hex | 25 | 0 | 34 | 1D | 64 | 0 | 50 | 11B | 64 | A |
| Octal | 45 | 0 | 64 | 35 | 144 | 0 | 120 | 433 | 144 | 12 |
| Binary | 100101 | 0 | 110100 | 11101 | 1100100 | 0 | 1010000 | 100011011 | 1100100 | 1010 |
Color Harmonies of #250034
Complementary color
Monochromatic Colors of #250034
Black with #250034
Text Example
Text Example
White with #250034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250034; }
p { color: rgb(37,0,52); }
H1.HeaderClassName
{
color: #250034;
}
.AnyTagClassName
{
color: #250034;
}
</style>
background-color css
<style>
a { background-color: #250034; }
a { background-color: rgb(37,0,52); }
div.DivClassName
{
background-color: #250034;
}
.BgClassName
{
background-color: #250034;
}
</style>
border-color css
<style>
span { border-color: #250034; }
span { border-color: rgb(37,0,52); }
td.TdClassName
{
border-color: #250034;
}
.TagClassName
{
border-color: #250034;
}
</style>