Shades of Blackcurrant #250832
Tints of Blackcurrant #250832
RGB
CMYK
RGB Variations
Color information
#250832 (or 0x250832) is known color: Blackcurrant. HEX triplet: 25, 08 and 32. RGB value is (37,8,50). Sum of RGB (Red+Green+Blue) = 37+8+50=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #250832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250832 is #DAF7CD. Grayscale: #151515. Windows color (decimal): -14350286 or 3278885. OLE color: 3278885.
HSL color Cylindrical-coordinate representation of color #250832: hue angle of 281.43º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250832 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 8 | 50 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.80 |
| HSL | 281.43º | 0.72% | 0.11% | - |
| HSV(B) | 281.43º | 0.84% | 0.2% | - |
| XYZ | 1.43 | 0.8 | 3.1 | - |
| YUV | 21.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 50 | 0.26 | 0.84 | 0 | 0.80 | 281.43 | 0.72 | 0.11 |
| Hex | 25 | 8 | 32 | 1A | 54 | 0 | 50 | 119 | 48 | B |
| Octal | 45 | 10 | 62 | 32 | 124 | 0 | 120 | 431 | 110 | 13 |
| Binary | 100101 | 1000 | 110010 | 11010 | 1010100 | 0 | 1010000 | 100011001 | 1001000 | 1011 |
Color Harmonies of #250832
Complementary color
Monochromatic Colors of #250832
Black with #250832
Text Example
Text Example
White with #250832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250832; }
p { color: rgb(37,8,50); }
H1.HeaderClassName
{
color: #250832;
}
.AnyTagClassName
{
color: #250832;
}
</style>
background-color css
<style>
a { background-color: #250832; }
a { background-color: rgb(37,8,50); }
div.DivClassName
{
background-color: #250832;
}
.BgClassName
{
background-color: #250832;
}
</style>
border-color css
<style>
span { border-color: #250832; }
span { border-color: rgb(37,8,50); }
td.TdClassName
{
border-color: #250832;
}
.TagClassName
{
border-color: #250832;
}
</style>