Shades of Blackcurrant #250343
Tints of Blackcurrant #250343
RGB
CMYK
RGB Variations
Color information
#250343 (or 0x250343) is known color: Blackcurrant. HEX triplet: 25, 03 and 43. RGB value is (37,3,67). Sum of RGB (Red+Green+Blue) = 37+3+67=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #250343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250343 is #DAFCBC. Grayscale: #141414. Windows color (decimal): -14351549 or 4391717. OLE color: 4391717.
HSL color Cylindrical-coordinate representation of color #250343: hue angle of 271.88º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250343 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 3 | 67 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.74 |
| HSL | 271.88º | 0.91% | 0.14% | - |
| HSV(B) | 271.88º | 0.96% | 0.26% | - |
| XYZ | 1.81 | 0.86 | 5.38 | - |
| YUV | 20.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 67 | 0.45 | 0.96 | 0 | 0.74 | 271.88 | 0.91 | 0.14 |
| Hex | 25 | 3 | 43 | 2D | 60 | 0 | 4A | 110 | 5B | E |
| Octal | 45 | 3 | 103 | 55 | 140 | 0 | 112 | 420 | 133 | 16 |
| Binary | 100101 | 11 | 1000011 | 101101 | 1100000 | 0 | 1001010 | 100010000 | 1011011 | 1110 |
Color Harmonies of #250343
Complementary color
Monochromatic Colors of #250343
Black with #250343
Text Example
Text Example
White with #250343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250343; }
p { color: rgb(37,3,67); }
H1.HeaderClassName
{
color: #250343;
}
.AnyTagClassName
{
color: #250343;
}
</style>
background-color css
<style>
a { background-color: #250343; }
a { background-color: rgb(37,3,67); }
div.DivClassName
{
background-color: #250343;
}
.BgClassName
{
background-color: #250343;
}
</style>
border-color css
<style>
span { border-color: #250343; }
span { border-color: rgb(37,3,67); }
td.TdClassName
{
border-color: #250343;
}
.TagClassName
{
border-color: #250343;
}
</style>