Shades of Blackcurrant #250C3B
Tints of Blackcurrant #250C3B
RGB
CMYK
RGB Variations
Color information
#250C3B (or 0x250C3B) is known color: Blackcurrant. HEX triplet: 25, 0C and 3B. RGB value is (37,12,59). Sum of RGB (Red+Green+Blue) = 37+12+59=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #250C3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C3B is #DAF3C4. Grayscale: #181818. Windows color (decimal): -14349253 or 3869733. OLE color: 3869733.
HSL color Cylindrical-coordinate representation of color #250C3B: hue angle of 271.91º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #250C3B is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 12 | 59 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.77 |
| HSL | 271.91º | 0.66% | 0.14% | - |
| HSV(B) | 271.91º | 0.8% | 0.23% | - |
| XYZ | 1.68 | 0.97 | 4.24 | - |
| YUV | 24.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 59 | 0.37 | 0.80 | 0 | 0.77 | 271.91 | 0.66 | 0.14 |
| Hex | 25 | C | 3B | 25 | 50 | 0 | 4D | 110 | 42 | E |
| Octal | 45 | 14 | 73 | 45 | 120 | 0 | 115 | 420 | 102 | 16 |
| Binary | 100101 | 1100 | 111011 | 100101 | 1010000 | 0 | 1001101 | 100010000 | 1000010 | 1110 |
Color Harmonies of #250C3B
Complementary color
Monochromatic Colors of #250C3B
Black with #250C3B
Text Example
Text Example
White with #250C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C3B; }
p { color: rgb(37,12,59); }
H1.HeaderClassName
{
color: #250C3B;
}
.AnyTagClassName
{
color: #250C3B;
}
</style>
background-color css
<style>
a { background-color: #250C3B; }
a { background-color: rgb(37,12,59); }
div.DivClassName
{
background-color: #250C3B;
}
.BgClassName
{
background-color: #250C3B;
}
</style>
border-color css
<style>
span { border-color: #250C3B; }
span { border-color: rgb(37,12,59); }
td.TdClassName
{
border-color: #250C3B;
}
.TagClassName
{
border-color: #250C3B;
}
</style>