Shades of Blackcurrant #250033
Tints of Blackcurrant #250033
RGB
CMYK
RGB Variations
Color information
#250033 (or 0x250033) is known color: Blackcurrant. HEX triplet: 25, 00 and 33. RGB value is (37,0,51). Sum of RGB (Red+Green+Blue) = 37+0+51=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #250033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250033 is #DAFFCC. Grayscale: #101010. Windows color (decimal): -14352333 or 3342373. OLE color: 3342373.
HSL color Cylindrical-coordinate representation of color #250033: hue angle of 283.53º 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 #250033 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 0 | 51 | - |
| CMYK | 0.27 | 1 | 0 | 0.8 |
| HSL | 283.53º | 1% | 0.1% | - |
| HSV(B) | 283.53º | 1% | 0.2% | - |
| XYZ | 1.36 | 0.63 | 3.18 | - |
| YUV | 16.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 51 | 0.27 | 1 | 0 | 0.8 | 283.53 | 1 | 0.1 |
| Hex | 25 | 0 | 33 | 1B | 64 | 0 | 50 | 11C | 64 | A |
| Octal | 45 | 0 | 63 | 33 | 144 | 0 | 120 | 434 | 144 | 12 |
| Binary | 100101 | 0 | 110011 | 11011 | 1100100 | 0 | 1010000 | 100011100 | 1100100 | 1010 |
Color Harmonies of #250033
Complementary color
Monochromatic Colors of #250033
Black with #250033
Text Example
Text Example
White with #250033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250033; }
p { color: rgb(37,0,51); }
H1.HeaderClassName
{
color: #250033;
}
.AnyTagClassName
{
color: #250033;
}
</style>
background-color css
<style>
a { background-color: #250033; }
a { background-color: rgb(37,0,51); }
div.DivClassName
{
background-color: #250033;
}
.BgClassName
{
background-color: #250033;
}
</style>
border-color css
<style>
span { border-color: #250033; }
span { border-color: rgb(37,0,51); }
td.TdClassName
{
border-color: #250033;
}
.TagClassName
{
border-color: #250033;
}
</style>