Shades of Blackcurrant #250534
Tints of Blackcurrant #250534
RGB
CMYK
RGB Variations
Color information
#250534 (or 0x250534) is known color: Blackcurrant. HEX triplet: 25, 05 and 34. RGB value is (37,5,52). Sum of RGB (Red+Green+Blue) = 37+5+52=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #250534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250534 is #DAFACB. Grayscale: #131313. Windows color (decimal): -14351052 or 3409189. OLE color: 3409189.
HSL color Cylindrical-coordinate representation of color #250534: hue angle of 280.85º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250534 is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 5 | 52 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.80 |
| HSL | 280.85º | 0.82% | 0.11% | - |
| HSV(B) | 280.85º | 0.9% | 0.2% | - |
| XYZ | 1.44 | 0.75 | 3.32 | - |
| YUV | 19.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 5 | 52 | 0.29 | 0.90 | 0 | 0.80 | 280.85 | 0.82 | 0.11 |
| Hex | 25 | 5 | 34 | 1D | 5A | 0 | 50 | 119 | 52 | B |
| Octal | 45 | 5 | 64 | 35 | 132 | 0 | 120 | 431 | 122 | 13 |
| Binary | 100101 | 101 | 110100 | 11101 | 1011010 | 0 | 1010000 | 100011001 | 1010010 | 1011 |
Color Harmonies of #250534
Complementary color
Monochromatic Colors of #250534
Black with #250534
Text Example
Text Example
White with #250534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250534; }
p { color: rgb(37,5,52); }
H1.HeaderClassName
{
color: #250534;
}
.AnyTagClassName
{
color: #250534;
}
</style>
background-color css
<style>
a { background-color: #250534; }
a { background-color: rgb(37,5,52); }
div.DivClassName
{
background-color: #250534;
}
.BgClassName
{
background-color: #250534;
}
</style>
border-color css
<style>
span { border-color: #250534; }
span { border-color: rgb(37,5,52); }
td.TdClassName
{
border-color: #250534;
}
.TagClassName
{
border-color: #250534;
}
</style>