Shades of Blackcurrant #250642
Tints of Blackcurrant #250642
RGB
CMYK
RGB Variations
Color information
#250642 (or 0x250642) is known color: Blackcurrant. HEX triplet: 25, 06 and 42. RGB value is (37,6,66). Sum of RGB (Red+Green+Blue) = 37+6+66=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #250642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250642 is #DAF9BD. Grayscale: #151515. Windows color (decimal): -14350782 or 4326949. OLE color: 4326949.
HSL color Cylindrical-coordinate representation of color #250642: hue angle of 271º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #250642 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 6 | 66 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.74 |
| HSL | 271º | 0.83% | 0.14% | - |
| HSV(B) | 271º | 0.91% | 0.26% | - |
| XYZ | 1.81 | 0.92 | 5.24 | - |
| YUV | 22.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 6 | 66 | 0.44 | 0.91 | 0 | 0.74 | 271 | 0.83 | 0.14 |
| Hex | 25 | 6 | 42 | 2C | 5B | 0 | 4A | 10F | 53 | E |
| Octal | 45 | 6 | 102 | 54 | 133 | 0 | 112 | 417 | 123 | 16 |
| Binary | 100101 | 110 | 1000010 | 101100 | 1011011 | 0 | 1001010 | 100001111 | 1010011 | 1110 |
Color Harmonies of #250642
Complementary color
Monochromatic Colors of #250642
Black with #250642
Text Example
Text Example
White with #250642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250642; }
p { color: rgb(37,6,66); }
H1.HeaderClassName
{
color: #250642;
}
.AnyTagClassName
{
color: #250642;
}
</style>
background-color css
<style>
a { background-color: #250642; }
a { background-color: rgb(37,6,66); }
div.DivClassName
{
background-color: #250642;
}
.BgClassName
{
background-color: #250642;
}
</style>
border-color css
<style>
span { border-color: #250642; }
span { border-color: rgb(37,6,66); }
td.TdClassName
{
border-color: #250642;
}
.TagClassName
{
border-color: #250642;
}
</style>