Shades of Blackcurrant #250038
Tints of Blackcurrant #250038
RGB
CMYK
RGB Variations
Color information
#250038 (or 0x250038) is known color: Blackcurrant. HEX triplet: 25, 00 and 38. RGB value is (37,0,56). Sum of RGB (Red+Green+Blue) = 37+0+56=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #250038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250038 is #DAFFC7. Grayscale: #111111. Windows color (decimal): -14352328 or 3670053. OLE color: 3670053.
HSL color Cylindrical-coordinate representation of color #250038: hue angle of 279.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250038 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 0 | 56 | - |
| CMYK | 0.34 | 1 | 0 | 0.78 |
| HSL | 279.64º | 1% | 0.11% | - |
| HSV(B) | 279.64º | 1% | 0.22% | - |
| XYZ | 1.48 | 0.68 | 3.79 | - |
| YUV | 17.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 56 | 0.34 | 1 | 0 | 0.78 | 279.64 | 1 | 0.11 |
| Hex | 25 | 0 | 38 | 22 | 64 | 0 | 4E | 118 | 64 | B |
| Octal | 45 | 0 | 70 | 42 | 144 | 0 | 116 | 430 | 144 | 13 |
| Binary | 100101 | 0 | 111000 | 100010 | 1100100 | 0 | 1001110 | 100011000 | 1100100 | 1011 |
Color Harmonies of #250038
Complementary color
Monochromatic Colors of #250038
Black with #250038
Text Example
Text Example
White with #250038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250038; }
p { color: rgb(37,0,56); }
H1.HeaderClassName
{
color: #250038;
}
.AnyTagClassName
{
color: #250038;
}
</style>
background-color css
<style>
a { background-color: #250038; }
a { background-color: rgb(37,0,56); }
div.DivClassName
{
background-color: #250038;
}
.BgClassName
{
background-color: #250038;
}
</style>
border-color css
<style>
span { border-color: #250038; }
span { border-color: rgb(37,0,56); }
td.TdClassName
{
border-color: #250038;
}
.TagClassName
{
border-color: #250038;
}
</style>