Shades of Blackcurrant #250334
Tints of Blackcurrant #250334
RGB
CMYK
RGB Variations
Color information
#250334 (or 0x250334) is known color: Blackcurrant. HEX triplet: 25, 03 and 34. RGB value is (37,3,52). Sum of RGB (Red+Green+Blue) = 37+3+52=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #250334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250334 is #DAFCCB. Grayscale: #121212. Windows color (decimal): -14351564 or 3408677. OLE color: 3408677.
HSL color Cylindrical-coordinate representation of color #250334: hue angle of 281.63º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250334 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 3 | 52 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.80 |
| HSL | 281.63º | 0.89% | 0.11% | - |
| HSV(B) | 281.63º | 0.94% | 0.2% | - |
| XYZ | 1.42 | 0.71 | 3.31 | - |
| YUV | 18.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 52 | 0.29 | 0.94 | 0 | 0.80 | 281.63 | 0.89 | 0.11 |
| Hex | 25 | 3 | 34 | 1D | 5E | 0 | 50 | 11A | 59 | B |
| Octal | 45 | 3 | 64 | 35 | 136 | 0 | 120 | 432 | 131 | 13 |
| Binary | 100101 | 11 | 110100 | 11101 | 1011110 | 0 | 1010000 | 100011010 | 1011001 | 1011 |
Color Harmonies of #250334
Complementary color
Monochromatic Colors of #250334
Black with #250334
Text Example
Text Example
White with #250334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250334; }
p { color: rgb(37,3,52); }
H1.HeaderClassName
{
color: #250334;
}
.AnyTagClassName
{
color: #250334;
}
</style>
background-color css
<style>
a { background-color: #250334; }
a { background-color: rgb(37,3,52); }
div.DivClassName
{
background-color: #250334;
}
.BgClassName
{
background-color: #250334;
}
</style>
border-color css
<style>
span { border-color: #250334; }
span { border-color: rgb(37,3,52); }
td.TdClassName
{
border-color: #250334;
}
.TagClassName
{
border-color: #250334;
}
</style>