Shades of Blackcurrant #250835
Tints of Blackcurrant #250835
RGB
CMYK
RGB Variations
Color information
#250835 (or 0x250835) is known color: Blackcurrant. HEX triplet: 25, 08 and 35. RGB value is (37,8,53). Sum of RGB (Red+Green+Blue) = 37+8+53=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #250835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250835 is #DAF7CA. Grayscale: #151515. Windows color (decimal): -14350283 or 3475493. OLE color: 3475493.
HSL color Cylindrical-coordinate representation of color #250835: hue angle of 278.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250835 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 8 | 53 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.79 |
| HSL | 278.67º | 0.74% | 0.12% | - |
| HSV(B) | 278.67º | 0.85% | 0.21% | - |
| XYZ | 1.49 | 0.82 | 3.45 | - |
| YUV | 21.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 53 | 0.30 | 0.85 | 0 | 0.79 | 278.67 | 0.74 | 0.12 |
| Hex | 25 | 8 | 35 | 1E | 55 | 0 | 4F | 117 | 4A | C |
| Octal | 45 | 10 | 65 | 36 | 125 | 0 | 117 | 427 | 112 | 14 |
| Binary | 100101 | 1000 | 110101 | 11110 | 1010101 | 0 | 1001111 | 100010111 | 1001010 | 1100 |
Color Harmonies of #250835
Complementary color
Monochromatic Colors of #250835
Black with #250835
Text Example
Text Example
White with #250835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250835; }
p { color: rgb(37,8,53); }
H1.HeaderClassName
{
color: #250835;
}
.AnyTagClassName
{
color: #250835;
}
</style>
background-color css
<style>
a { background-color: #250835; }
a { background-color: rgb(37,8,53); }
div.DivClassName
{
background-color: #250835;
}
.BgClassName
{
background-color: #250835;
}
</style>
border-color css
<style>
span { border-color: #250835; }
span { border-color: rgb(37,8,53); }
td.TdClassName
{
border-color: #250835;
}
.TagClassName
{
border-color: #250835;
}
</style>