Shades of Blackcurrant #250D33
Tints of Blackcurrant #250D33
RGB
CMYK
RGB Variations
Color information
#250D33 (or 0x250D33) is known color: Blackcurrant. HEX triplet: 25, 0D and 33. RGB value is (37,13,51). Sum of RGB (Red+Green+Blue) = 37+13+51=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #250D33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250D33 is #DAF2CC. Grayscale: #181818. Windows color (decimal): -14349005 or 3345701. OLE color: 3345701.
HSL color Cylindrical-coordinate representation of color #250D33: hue angle of 277.89º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #250D33 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 13 | 51 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.8 |
| HSL | 277.89º | 0.59% | 0.13% | - |
| HSV(B) | 277.89º | 0.75% | 0.2% | - |
| XYZ | 1.5 | 0.92 | 3.23 | - |
| YUV | 24.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 13 | 51 | 0.27 | 0.75 | 0 | 0.8 | 277.89 | 0.59 | 0.13 |
| Hex | 25 | D | 33 | 1B | 4B | 0 | 50 | 116 | 3B | D |
| Octal | 45 | 15 | 63 | 33 | 113 | 0 | 120 | 426 | 73 | 15 |
| Binary | 100101 | 1101 | 110011 | 11011 | 1001011 | 0 | 1010000 | 100010110 | 111011 | 1101 |
Color Harmonies of #250D33
Complementary color
Monochromatic Colors of #250D33
Black with #250D33
Text Example
Text Example
White with #250D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250D33; }
p { color: rgb(37,13,51); }
H1.HeaderClassName
{
color: #250D33;
}
.AnyTagClassName
{
color: #250D33;
}
</style>
background-color css
<style>
a { background-color: #250D33; }
a { background-color: rgb(37,13,51); }
div.DivClassName
{
background-color: #250D33;
}
.BgClassName
{
background-color: #250D33;
}
</style>
border-color css
<style>
span { border-color: #250D33; }
span { border-color: rgb(37,13,51); }
td.TdClassName
{
border-color: #250D33;
}
.TagClassName
{
border-color: #250D33;
}
</style>