Shades of Blackcurrant #250152
Tints of Blackcurrant #250152
RGB
CMYK
RGB Variations
Color information
#250152 (or 0x250152) is known color: Blackcurrant. HEX triplet: 25, 01 and 52. RGB value is (37,1,82). Sum of RGB (Red+Green+Blue) = 37+1+82=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #250152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250152 is #DAFEAD. Grayscale: #141414. Windows color (decimal): -14352046 or 5374245. OLE color: 5374245.
HSL color Cylindrical-coordinate representation of color #250152: hue angle of 266.67º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #250152 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 1 | 82 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.68 |
| HSL | 266.67º | 0.98% | 0.16% | - |
| HSV(B) | 266.67º | 0.99% | 0.32% | - |
| XYZ | 2.3 | 1.02 | 8.06 | - |
| YUV | 21 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 82 | 0.55 | 0.99 | 0 | 0.68 | 266.67 | 0.98 | 0.16 |
| Hex | 25 | 1 | 52 | 37 | 63 | 0 | 44 | 10B | 62 | 10 |
| Octal | 45 | 1 | 122 | 67 | 143 | 0 | 104 | 413 | 142 | 20 |
| Binary | 100101 | 1 | 1010010 | 110111 | 1100011 | 0 | 1000100 | 100001011 | 1100010 | 10000 |
Color Harmonies of #250152
Complementary color
Monochromatic Colors of #250152
Black with #250152
Text Example
Text Example
White with #250152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250152; }
p { color: rgb(37,1,82); }
H1.HeaderClassName
{
color: #250152;
}
.AnyTagClassName
{
color: #250152;
}
</style>
background-color css
<style>
a { background-color: #250152; }
a { background-color: rgb(37,1,82); }
div.DivClassName
{
background-color: #250152;
}
.BgClassName
{
background-color: #250152;
}
</style>
border-color css
<style>
span { border-color: #250152; }
span { border-color: rgb(37,1,82); }
td.TdClassName
{
border-color: #250152;
}
.TagClassName
{
border-color: #250152;
}
</style>