Shades of Blackcurrant #250632
Tints of Blackcurrant #250632
RGB
CMYK
RGB Variations
Color information
#250632 (or 0x250632) is known color: Blackcurrant. HEX triplet: 25, 06 and 32. RGB value is (37,6,50). Sum of RGB (Red+Green+Blue) = 37+6+50=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #250632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250632 is #DAF9CD. Grayscale: #141414. Windows color (decimal): -14350798 or 3278373. OLE color: 3278373.
HSL color Cylindrical-coordinate representation of color #250632: hue angle of 282.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #250632 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 6 | 50 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.80 |
| HSL | 282.27º | 0.79% | 0.11% | - |
| HSV(B) | 282.27º | 0.88% | 0.2% | - |
| XYZ | 1.4 | 0.75 | 3.09 | - |
| YUV | 20.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 50 | 0.26 | 0.88 | 0 | 0.80 | 282.27 | 0.79 | 0.11 |
| Hex | 25 | 6 | 32 | 1A | 58 | 0 | 50 | 11A | 4F | B |
| Octal | 45 | 6 | 62 | 32 | 130 | 0 | 120 | 432 | 117 | 13 |
| Binary | 100101 | 110 | 110010 | 11010 | 1011000 | 0 | 1010000 | 100011010 | 1001111 | 1011 |
Color Harmonies of #250632
Complementary color
Monochromatic Colors of #250632
Black with #250632
Text Example
Text Example
White with #250632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250632; }
p { color: rgb(37,6,50); }
H1.HeaderClassName
{
color: #250632;
}
.AnyTagClassName
{
color: #250632;
}
</style>
background-color css
<style>
a { background-color: #250632; }
a { background-color: rgb(37,6,50); }
div.DivClassName
{
background-color: #250632;
}
.BgClassName
{
background-color: #250632;
}
</style>
border-color css
<style>
span { border-color: #250632; }
span { border-color: rgb(37,6,50); }
td.TdClassName
{
border-color: #250632;
}
.TagClassName
{
border-color: #250632;
}
</style>