Shades of Blackcurrant #250F2D
Tints of Blackcurrant #250F2D
RGB
CMYK
RGB Variations
Color information
#250F2D (or 0x250F2D) is known color: Blackcurrant. HEX triplet: 25, 0F and 2D. RGB value is (37,15,45). Sum of RGB (Red+Green+Blue) = 37+15+45=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #250F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F2D is #DAF0D2. Grayscale: #181818. Windows color (decimal): -14348499 or 2952997. OLE color: 2952997.
HSL color Cylindrical-coordinate representation of color #250F2D: hue angle of 284º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #250F2D is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 15 | 45 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.82 |
| HSL | 284º | 0.5% | 0.12% | - |
| HSV(B) | 284º | 0.67% | 0.18% | - |
| XYZ | 1.41 | 0.92 | 2.59 | - |
| YUV | 25 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 45 | 0.18 | 0.67 | 0 | 0.82 | 284 | 0.5 | 0.12 |
| Hex | 25 | F | 2D | 12 | 43 | 0 | 52 | 11C | 32 | C |
| Octal | 45 | 17 | 55 | 22 | 103 | 0 | 122 | 434 | 62 | 14 |
| Binary | 100101 | 1111 | 101101 | 10010 | 1000011 | 0 | 1010010 | 100011100 | 110010 | 1100 |
Color Harmonies of #250F2D
Complementary color
Monochromatic Colors of #250F2D
Black with #250F2D
Text Example
Text Example
White with #250F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F2D; }
p { color: rgb(37,15,45); }
H1.HeaderClassName
{
color: #250F2D;
}
.AnyTagClassName
{
color: #250F2D;
}
</style>
background-color css
<style>
a { background-color: #250F2D; }
a { background-color: rgb(37,15,45); }
div.DivClassName
{
background-color: #250F2D;
}
.BgClassName
{
background-color: #250F2D;
}
</style>
border-color css
<style>
span { border-color: #250F2D; }
span { border-color: rgb(37,15,45); }
td.TdClassName
{
border-color: #250F2D;
}
.TagClassName
{
border-color: #250F2D;
}
</style>