Shades of Blackcurrant #250C32
Tints of Blackcurrant #250C32
RGB
CMYK
RGB Variations
Color information
#250C32 (or 0x250C32) is known color: Blackcurrant. HEX triplet: 25, 0C and 32. RGB value is (37,12,50). Sum of RGB (Red+Green+Blue) = 37+12+50=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #250C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C32 is #DAF3CD. Grayscale: #171717. Windows color (decimal): -14349262 or 3279909. OLE color: 3279909.
HSL color Cylindrical-coordinate representation of color #250C32: hue angle of 279.47º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250C32 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 12 | 50 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.80 |
| HSL | 279.47º | 0.61% | 0.12% | - |
| HSV(B) | 279.47º | 0.76% | 0.2% | - |
| XYZ | 1.47 | 0.89 | 3.11 | - |
| YUV | 23.81 | 142.78 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 50 | 0.26 | 0.76 | 0 | 0.80 | 279.47 | 0.61 | 0.12 |
| Hex | 25 | C | 32 | 1A | 4C | 0 | 50 | 117 | 3D | C |
| Octal | 45 | 14 | 62 | 32 | 114 | 0 | 120 | 427 | 75 | 14 |
| Binary | 100101 | 1100 | 110010 | 11010 | 1001100 | 0 | 1010000 | 100010111 | 111101 | 1100 |
Color Harmonies of #250C32
Complementary color
Monochromatic Colors of #250C32
Black with #250C32
Text Example
Text Example
White with #250C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C32; }
p { color: rgb(37,12,50); }
H1.HeaderClassName
{
color: #250C32;
}
.AnyTagClassName
{
color: #250C32;
}
</style>
background-color css
<style>
a { background-color: #250C32; }
a { background-color: rgb(37,12,50); }
div.DivClassName
{
background-color: #250C32;
}
.BgClassName
{
background-color: #250C32;
}
</style>
border-color css
<style>
span { border-color: #250C32; }
span { border-color: rgb(37,12,50); }
td.TdClassName
{
border-color: #250C32;
}
.TagClassName
{
border-color: #250C32;
}
</style>