Shades of Blackcurrant #250236
Tints of Blackcurrant #250236
RGB
CMYK
RGB Variations
Color information
#250236 (or 0x250236) is known color: Blackcurrant. HEX triplet: 25, 02 and 36. RGB value is (37,2,54). Sum of RGB (Red+Green+Blue) = 37+2+54=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #250236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250236 is #DAFDC9. Grayscale: #121212. Windows color (decimal): -14351818 or 3539493. OLE color: 3539493.
HSL color Cylindrical-coordinate representation of color #250236: hue angle of 280.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250236 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 2 | 54 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.79 |
| HSL | 280.38º | 0.93% | 0.11% | - |
| HSV(B) | 280.38º | 0.96% | 0.21% | - |
| XYZ | 1.45 | 0.7 | 3.55 | - |
| YUV | 18.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 54 | 0.31 | 0.96 | 0 | 0.79 | 280.38 | 0.93 | 0.11 |
| Hex | 25 | 2 | 36 | 1F | 60 | 0 | 4F | 118 | 5D | B |
| Octal | 45 | 2 | 66 | 37 | 140 | 0 | 117 | 430 | 135 | 13 |
| Binary | 100101 | 10 | 110110 | 11111 | 1100000 | 0 | 1001111 | 100011000 | 1011101 | 1011 |
Color Harmonies of #250236
Complementary color
Monochromatic Colors of #250236
Black with #250236
Text Example
Text Example
White with #250236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250236; }
p { color: rgb(37,2,54); }
H1.HeaderClassName
{
color: #250236;
}
.AnyTagClassName
{
color: #250236;
}
</style>
background-color css
<style>
a { background-color: #250236; }
a { background-color: rgb(37,2,54); }
div.DivClassName
{
background-color: #250236;
}
.BgClassName
{
background-color: #250236;
}
</style>
border-color css
<style>
span { border-color: #250236; }
span { border-color: rgb(37,2,54); }
td.TdClassName
{
border-color: #250236;
}
.TagClassName
{
border-color: #250236;
}
</style>