Shades of Blackcurrant #250E34
Tints of Blackcurrant #250E34
RGB
CMYK
RGB Variations
Color information
#250E34 (or 0x250E34) is known color: Blackcurrant. HEX triplet: 25, 0E and 34. RGB value is (37,14,52). Sum of RGB (Red+Green+Blue) = 37+14+52=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #250E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E34 is #DAF1CB. Grayscale: #191919. Windows color (decimal): -14348748 or 3411493. OLE color: 3411493.
HSL color Cylindrical-coordinate representation of color #250E34: hue angle of 276.32º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250E34 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 14 | 52 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.80 |
| HSL | 276.32º | 0.58% | 0.13% | - |
| HSV(B) | 276.32º | 0.73% | 0.2% | - |
| XYZ | 1.54 | 0.96 | 3.35 | - |
| YUV | 25.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 14 | 52 | 0.29 | 0.73 | 0 | 0.80 | 276.32 | 0.58 | 0.13 |
| Hex | 25 | E | 34 | 1D | 49 | 0 | 50 | 114 | 3A | D |
| Octal | 45 | 16 | 64 | 35 | 111 | 0 | 120 | 424 | 72 | 15 |
| Binary | 100101 | 1110 | 110100 | 11101 | 1001001 | 0 | 1010000 | 100010100 | 111010 | 1101 |
Color Harmonies of #250E34
Complementary color
Monochromatic Colors of #250E34
Black with #250E34
Text Example
Text Example
White with #250E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250E34; }
p { color: rgb(37,14,52); }
H1.HeaderClassName
{
color: #250E34;
}
.AnyTagClassName
{
color: #250E34;
}
</style>
background-color css
<style>
a { background-color: #250E34; }
a { background-color: rgb(37,14,52); }
div.DivClassName
{
background-color: #250E34;
}
.BgClassName
{
background-color: #250E34;
}
</style>
border-color css
<style>
span { border-color: #250E34; }
span { border-color: rgb(37,14,52); }
td.TdClassName
{
border-color: #250E34;
}
.TagClassName
{
border-color: #250E34;
}
</style>