Shades of Blackcurrant #250433
Tints of Blackcurrant #250433
RGB
CMYK
RGB Variations
Color information
#250433 (or 0x250433) is known color: Blackcurrant. HEX triplet: 25, 04 and 33. RGB value is (37,4,51). Sum of RGB (Red+Green+Blue) = 37+4+51=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 51 (20.31% from 255 or 55.43% from 92); Max value from RGB is 51 - color contains mainly: blue. Hex color #250433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250433 is #DAFBCC. Grayscale: #131313. Windows color (decimal): -14351309 or 3343397. OLE color: 3343397.
HSL color Cylindrical-coordinate representation of color #250433: hue angle of 282.13º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #250433 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 4 | 51 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.8 |
| HSL | 282.13º | 0.85% | 0.11% | - |
| HSV(B) | 282.13º | 0.92% | 0.2% | - |
| XYZ | 1.4 | 0.72 | 3.2 | - |
| YUV | 19.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 51 | 0.27 | 0.92 | 0 | 0.8 | 282.13 | 0.85 | 0.11 |
| Hex | 25 | 4 | 33 | 1B | 5C | 0 | 50 | 11A | 55 | B |
| Octal | 45 | 4 | 63 | 33 | 134 | 0 | 120 | 432 | 125 | 13 |
| Binary | 100101 | 100 | 110011 | 11011 | 1011100 | 0 | 1010000 | 100011010 | 1010101 | 1011 |
Color Harmonies of #250433
Complementary color
Monochromatic Colors of #250433
Black with #250433
Text Example
Text Example
White with #250433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250433; }
p { color: rgb(37,4,51); }
H1.HeaderClassName
{
color: #250433;
}
.AnyTagClassName
{
color: #250433;
}
</style>
background-color css
<style>
a { background-color: #250433; }
a { background-color: rgb(37,4,51); }
div.DivClassName
{
background-color: #250433;
}
.BgClassName
{
background-color: #250433;
}
</style>
border-color css
<style>
span { border-color: #250433; }
span { border-color: rgb(37,4,51); }
td.TdClassName
{
border-color: #250433;
}
.TagClassName
{
border-color: #250433;
}
</style>