Shades of Blackcurrant #250838
Tints of Blackcurrant #250838
RGB
CMYK
RGB Variations
Color information
#250838 (or 0x250838) is known color: Blackcurrant. HEX triplet: 25, 08 and 38. RGB value is (37,8,56). Sum of RGB (Red+Green+Blue) = 37+8+56=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #250838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250838 is #DAF7C7. Grayscale: #151515. Windows color (decimal): -14350280 or 3672101. OLE color: 3672101.
HSL color Cylindrical-coordinate representation of color #250838: hue angle of 276.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250838 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 8 | 56 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.78 |
| HSL | 276.25º | 0.75% | 0.13% | - |
| HSV(B) | 276.25º | 0.86% | 0.22% | - |
| XYZ | 1.56 | 0.85 | 3.82 | - |
| YUV | 22.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 8 | 56 | 0.34 | 0.86 | 0 | 0.78 | 276.25 | 0.75 | 0.13 |
| Hex | 25 | 8 | 38 | 22 | 56 | 0 | 4E | 114 | 4B | D |
| Octal | 45 | 10 | 70 | 42 | 126 | 0 | 116 | 424 | 113 | 15 |
| Binary | 100101 | 1000 | 111000 | 100010 | 1010110 | 0 | 1001110 | 100010100 | 1001011 | 1101 |
Color Harmonies of #250838
Complementary color
Monochromatic Colors of #250838
Black with #250838
Text Example
Text Example
White with #250838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250838; }
p { color: rgb(37,8,56); }
H1.HeaderClassName
{
color: #250838;
}
.AnyTagClassName
{
color: #250838;
}
</style>
background-color css
<style>
a { background-color: #250838; }
a { background-color: rgb(37,8,56); }
div.DivClassName
{
background-color: #250838;
}
.BgClassName
{
background-color: #250838;
}
</style>
border-color css
<style>
span { border-color: #250838; }
span { border-color: rgb(37,8,56); }
td.TdClassName
{
border-color: #250838;
}
.TagClassName
{
border-color: #250838;
}
</style>