Shades of Blackcurrant #250F2F
Tints of Blackcurrant #250F2F
RGB
CMYK
RGB Variations
Color information
#250F2F (or 0x250F2F) is known color: Blackcurrant. HEX triplet: 25, 0F and 2F. RGB value is (37,15,47). Sum of RGB (Red+Green+Blue) = 37+15+47=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 47 (18.75% from 255 or 47.47% from 99); Max value from RGB is 47 - color contains mainly: blue. Hex color #250F2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F2F is #DAF0D0. Grayscale: #191919. Windows color (decimal): -14348497 or 3084069. OLE color: 3084069.
HSL color Cylindrical-coordinate representation of color #250F2F: hue angle of 281.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250F2F is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 15 | 47 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.82 |
| HSL | 281.25º | 0.52% | 0.12% | - |
| HSV(B) | 281.25º | 0.68% | 0.18% | - |
| XYZ | 1.45 | 0.94 | 2.79 | - |
| YUV | 25.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 47 | 0.21 | 0.68 | 0 | 0.82 | 281.25 | 0.52 | 0.12 |
| Hex | 25 | F | 2F | 15 | 44 | 0 | 52 | 119 | 34 | C |
| Octal | 45 | 17 | 57 | 25 | 104 | 0 | 122 | 431 | 64 | 14 |
| Binary | 100101 | 1111 | 101111 | 10101 | 1000100 | 0 | 1010010 | 100011001 | 110100 | 1100 |
Color Harmonies of #250F2F
Complementary color
Monochromatic Colors of #250F2F
Black with #250F2F
Text Example
Text Example
White with #250F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F2F; }
p { color: rgb(37,15,47); }
H1.HeaderClassName
{
color: #250F2F;
}
.AnyTagClassName
{
color: #250F2F;
}
</style>
background-color css
<style>
a { background-color: #250F2F; }
a { background-color: rgb(37,15,47); }
div.DivClassName
{
background-color: #250F2F;
}
.BgClassName
{
background-color: #250F2F;
}
</style>
border-color css
<style>
span { border-color: #250F2F; }
span { border-color: rgb(37,15,47); }
td.TdClassName
{
border-color: #250F2F;
}
.TagClassName
{
border-color: #250F2F;
}
</style>