Shades of Blackcurrant #250053
Tints of Blackcurrant #250053
RGB
CMYK
RGB Variations
Color information
#250053 (or 0x250053) is known color: Blackcurrant. HEX triplet: 25, 00 and 53. RGB value is (37,0,83). Sum of RGB (Red+Green+Blue) = 37+0+83=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #250053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250053 is #DAFFAC. Grayscale: #141414. Windows color (decimal): -14352301 or 5439525. OLE color: 5439525.
HSL color Cylindrical-coordinate representation of color #250053: hue angle of 266.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250053 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 0 | 83 | - |
| CMYK | 0.55 | 1 | 0 | 0.67 |
| HSL | 266.75º | 1% | 0.16% | - |
| HSV(B) | 266.75º | 1% | 0.33% | - |
| XYZ | 2.32 | 1.02 | 8.26 | - |
| YUV | 20.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 83 | 0.55 | 1 | 0 | 0.67 | 266.75 | 1 | 0.16 |
| Hex | 25 | 0 | 53 | 37 | 64 | 0 | 43 | 10B | 64 | 10 |
| Octal | 45 | 0 | 123 | 67 | 144 | 0 | 103 | 413 | 144 | 20 |
| Binary | 100101 | 0 | 1010011 | 110111 | 1100100 | 0 | 1000011 | 100001011 | 1100100 | 10000 |
Color Harmonies of #250053
Complementary color
Monochromatic Colors of #250053
Black with #250053
Text Example
Text Example
White with #250053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250053; }
p { color: rgb(37,0,83); }
H1.HeaderClassName
{
color: #250053;
}
.AnyTagClassName
{
color: #250053;
}
</style>
background-color css
<style>
a { background-color: #250053; }
a { background-color: rgb(37,0,83); }
div.DivClassName
{
background-color: #250053;
}
.BgClassName
{
background-color: #250053;
}
</style>
border-color css
<style>
span { border-color: #250053; }
span { border-color: rgb(37,0,83); }
td.TdClassName
{
border-color: #250053;
}
.TagClassName
{
border-color: #250053;
}
</style>