Shades of Blackcurrant #250C37
Tints of Blackcurrant #250C37
RGB
CMYK
RGB Variations
Color information
#250C37 (or 0x250C37) is known color: Blackcurrant. HEX triplet: 25, 0C and 37. RGB value is (37,12,55). Sum of RGB (Red+Green+Blue) = 37+12+55=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #250C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C37 is #DAF3C8. Grayscale: #181818. Windows color (decimal): -14349257 or 3607589. OLE color: 3607589.
HSL color Cylindrical-coordinate representation of color #250C37: hue angle of 274.88º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250C37 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 12 | 55 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.78 |
| HSL | 274.88º | 0.64% | 0.13% | - |
| HSV(B) | 274.88º | 0.78% | 0.22% | - |
| XYZ | 1.58 | 0.93 | 3.71 | - |
| YUV | 24.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 55 | 0.33 | 0.78 | 0 | 0.78 | 274.88 | 0.64 | 0.13 |
| Hex | 25 | C | 37 | 21 | 4E | 0 | 4E | 113 | 40 | D |
| Octal | 45 | 14 | 67 | 41 | 116 | 0 | 116 | 423 | 100 | 15 |
| Binary | 100101 | 1100 | 110111 | 100001 | 1001110 | 0 | 1001110 | 100010011 | 1000000 | 1101 |
Color Harmonies of #250C37
Complementary color
Monochromatic Colors of #250C37
Black with #250C37
Text Example
Text Example
White with #250C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C37; }
p { color: rgb(37,12,55); }
H1.HeaderClassName
{
color: #250C37;
}
.AnyTagClassName
{
color: #250C37;
}
</style>
background-color css
<style>
a { background-color: #250C37; }
a { background-color: rgb(37,12,55); }
div.DivClassName
{
background-color: #250C37;
}
.BgClassName
{
background-color: #250C37;
}
</style>
border-color css
<style>
span { border-color: #250C37; }
span { border-color: rgb(37,12,55); }
td.TdClassName
{
border-color: #250C37;
}
.TagClassName
{
border-color: #250C37;
}
</style>