Shades of Blackcurrant #250F30
Tints of Blackcurrant #250F30
RGB
CMYK
RGB Variations
Color information
#250F30 (or 0x250F30) is known color: Blackcurrant. HEX triplet: 25, 0F and 30. RGB value is (37,15,48). Sum of RGB (Red+Green+Blue) = 37+15+48=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #250F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F30 is #DAF0CF. Grayscale: #191919. Windows color (decimal): -14348496 or 3149605. OLE color: 3149605.
HSL color Cylindrical-coordinate representation of color #250F30: hue angle of 280º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #250F30 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 15 | 48 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.81 |
| HSL | 280º | 0.52% | 0.12% | - |
| HSV(B) | 280º | 0.69% | 0.19% | - |
| XYZ | 1.47 | 0.95 | 2.9 | - |
| YUV | 25.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 48 | 0.23 | 0.69 | 0 | 0.81 | 280 | 0.52 | 0.12 |
| Hex | 25 | F | 30 | 17 | 45 | 0 | 51 | 118 | 34 | C |
| Octal | 45 | 17 | 60 | 27 | 105 | 0 | 121 | 430 | 64 | 14 |
| Binary | 100101 | 1111 | 110000 | 10111 | 1000101 | 0 | 1010001 | 100011000 | 110100 | 1100 |
Color Harmonies of #250F30
Complementary color
Monochromatic Colors of #250F30
Black with #250F30
Text Example
Text Example
White with #250F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F30; }
p { color: rgb(37,15,48); }
H1.HeaderClassName
{
color: #250F30;
}
.AnyTagClassName
{
color: #250F30;
}
</style>
background-color css
<style>
a { background-color: #250F30; }
a { background-color: rgb(37,15,48); }
div.DivClassName
{
background-color: #250F30;
}
.BgClassName
{
background-color: #250F30;
}
</style>
border-color css
<style>
span { border-color: #250F30; }
span { border-color: rgb(37,15,48); }
td.TdClassName
{
border-color: #250F30;
}
.TagClassName
{
border-color: #250F30;
}
</style>