Shades of Blackcurrant #250F36
Tints of Blackcurrant #250F36
RGB
CMYK
RGB Variations
Color information
#250F36 (or 0x250F36) is known color: Blackcurrant. HEX triplet: 25, 0F and 36. RGB value is (37,15,54). Sum of RGB (Red+Green+Blue) = 37+15+54=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #250F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F36 is #DAF0C9. Grayscale: #191919. Windows color (decimal): -14348490 or 3542821. OLE color: 3542821.
HSL color Cylindrical-coordinate representation of color #250F36: hue angle of 273.85º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #250F36 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 15 | 54 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.79 |
| HSL | 273.85º | 0.57% | 0.14% | - |
| HSV(B) | 273.85º | 0.72% | 0.21% | - |
| XYZ | 1.6 | 1 | 3.6 | - |
| YUV | 26.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 15 | 54 | 0.31 | 0.72 | 0 | 0.79 | 273.85 | 0.57 | 0.14 |
| Hex | 25 | F | 36 | 1F | 48 | 0 | 4F | 112 | 39 | E |
| Octal | 45 | 17 | 66 | 37 | 110 | 0 | 117 | 422 | 71 | 16 |
| Binary | 100101 | 1111 | 110110 | 11111 | 1001000 | 0 | 1001111 | 100010010 | 111001 | 1110 |
Color Harmonies of #250F36
Complementary color
Monochromatic Colors of #250F36
Black with #250F36
Text Example
Text Example
White with #250F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250F36; }
p { color: rgb(37,15,54); }
H1.HeaderClassName
{
color: #250F36;
}
.AnyTagClassName
{
color: #250F36;
}
</style>
background-color css
<style>
a { background-color: #250F36; }
a { background-color: rgb(37,15,54); }
div.DivClassName
{
background-color: #250F36;
}
.BgClassName
{
background-color: #250F36;
}
</style>
border-color css
<style>
span { border-color: #250F36; }
span { border-color: rgb(37,15,54); }
td.TdClassName
{
border-color: #250F36;
}
.TagClassName
{
border-color: #250F36;
}
</style>