Shades of Blackcurrant #250C40
Tints of Blackcurrant #250C40
RGB
CMYK
RGB Variations
Color information
#250C40 (or 0x250C40) is known color: Blackcurrant. HEX triplet: 25, 0C and 40. RGB value is (37,12,64). Sum of RGB (Red+Green+Blue) = 37+12+64=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #250C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C40 is #DAF3BF. Grayscale: #191919. Windows color (decimal): -14349248 or 4197413. OLE color: 4197413.
HSL color Cylindrical-coordinate representation of color #250C40: hue angle of 268.85º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250C40 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 12 | 64 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.75 |
| HSL | 268.85º | 0.68% | 0.15% | - |
| HSV(B) | 268.85º | 0.81% | 0.25% | - |
| XYZ | 1.82 | 1.03 | 4.95 | - |
| YUV | 25.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 64 | 0.42 | 0.81 | 0 | 0.75 | 268.85 | 0.68 | 0.15 |
| Hex | 25 | C | 40 | 2A | 51 | 0 | 4B | 10D | 44 | F |
| Octal | 45 | 14 | 100 | 52 | 121 | 0 | 113 | 415 | 104 | 17 |
| Binary | 100101 | 1100 | 1000000 | 101010 | 1010001 | 0 | 1001011 | 100001101 | 1000100 | 1111 |
Color Harmonies of #250C40
Complementary color
Monochromatic Colors of #250C40
Black with #250C40
Text Example
Text Example
White with #250C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C40; }
p { color: rgb(37,12,64); }
H1.HeaderClassName
{
color: #250C40;
}
.AnyTagClassName
{
color: #250C40;
}
</style>
background-color css
<style>
a { background-color: #250C40; }
a { background-color: rgb(37,12,64); }
div.DivClassName
{
background-color: #250C40;
}
.BgClassName
{
background-color: #250C40;
}
</style>
border-color css
<style>
span { border-color: #250C40; }
span { border-color: rgb(37,12,64); }
td.TdClassName
{
border-color: #250C40;
}
.TagClassName
{
border-color: #250C40;
}
</style>