Shades of Blackcurrant #250A32
Tints of Blackcurrant #250A32
RGB
CMYK
RGB Variations
Color information
#250A32 (or 0x250A32) is known color: Blackcurrant. HEX triplet: 25, 0A and 32. RGB value is (37,10,50). Sum of RGB (Red+Green+Blue) = 37+10+50=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #250A32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A32 is #DAF5CD. Grayscale: #161616. Windows color (decimal): -14349774 or 3279397. OLE color: 3279397.
HSL color Cylindrical-coordinate representation of color #250A32: hue angle of 280.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #250A32 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 10 | 50 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.80 |
| HSL | 280.5º | 0.67% | 0.12% | - |
| HSV(B) | 280.5º | 0.8% | 0.2% | - |
| XYZ | 1.45 | 0.84 | 3.1 | - |
| YUV | 22.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 50 | 0.26 | 0.80 | 0 | 0.80 | 280.5 | 0.67 | 0.12 |
| Hex | 25 | A | 32 | 1A | 50 | 0 | 50 | 118 | 43 | C |
| Octal | 45 | 12 | 62 | 32 | 120 | 0 | 120 | 430 | 103 | 14 |
| Binary | 100101 | 1010 | 110010 | 11010 | 1010000 | 0 | 1010000 | 100011000 | 1000011 | 1100 |
Color Harmonies of #250A32
Complementary color
Monochromatic Colors of #250A32
Black with #250A32
Text Example
Text Example
White with #250A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250A32; }
p { color: rgb(37,10,50); }
H1.HeaderClassName
{
color: #250A32;
}
.AnyTagClassName
{
color: #250A32;
}
</style>
background-color css
<style>
a { background-color: #250A32; }
a { background-color: rgb(37,10,50); }
div.DivClassName
{
background-color: #250A32;
}
.BgClassName
{
background-color: #250A32;
}
</style>
border-color css
<style>
span { border-color: #250A32; }
span { border-color: rgb(37,10,50); }
td.TdClassName
{
border-color: #250A32;
}
.TagClassName
{
border-color: #250A32;
}
</style>