Shades of Blackcurrant #250238
Tints of Blackcurrant #250238
RGB
CMYK
RGB Variations
Color information
#250238 (or 0x250238) is known color: Blackcurrant. HEX triplet: 25, 02 and 38. RGB value is (37,2,56). Sum of RGB (Red+Green+Blue) = 37+2+56=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #250238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250238 is #DAFDC7. Grayscale: #121212. Windows color (decimal): -14351816 or 3670565. OLE color: 3670565.
HSL color Cylindrical-coordinate representation of color #250238: hue angle of 278.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250238 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 2 | 56 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.78 |
| HSL | 278.89º | 0.93% | 0.11% | - |
| HSV(B) | 278.89º | 0.96% | 0.22% | - |
| XYZ | 1.5 | 0.72 | 3.8 | - |
| YUV | 18.62 | 149.1 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 56 | 0.34 | 0.96 | 0 | 0.78 | 278.89 | 0.93 | 0.11 |
| Hex | 25 | 2 | 38 | 22 | 60 | 0 | 4E | 117 | 5D | B |
| Octal | 45 | 2 | 70 | 42 | 140 | 0 | 116 | 427 | 135 | 13 |
| Binary | 100101 | 10 | 111000 | 100010 | 1100000 | 0 | 1001110 | 100010111 | 1011101 | 1011 |
Color Harmonies of #250238
Complementary color
Monochromatic Colors of #250238
Black with #250238
Text Example
Text Example
White with #250238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250238; }
p { color: rgb(37,2,56); }
H1.HeaderClassName
{
color: #250238;
}
.AnyTagClassName
{
color: #250238;
}
</style>
background-color css
<style>
a { background-color: #250238; }
a { background-color: rgb(37,2,56); }
div.DivClassName
{
background-color: #250238;
}
.BgClassName
{
background-color: #250238;
}
</style>
border-color css
<style>
span { border-color: #250238; }
span { border-color: rgb(37,2,56); }
td.TdClassName
{
border-color: #250238;
}
.TagClassName
{
border-color: #250238;
}
</style>