Shades of Blackcurrant #250C2C
Tints of Blackcurrant #250C2C
RGB
CMYK
RGB Variations
Color information
#250C2C (or 0x250C2C) is known color: Blackcurrant. HEX triplet: 25, 0C and 2C. RGB value is (37,12,44). Sum of RGB (Red+Green+Blue) = 37+12+44=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #250C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C2C is #DAF3D3. Grayscale: #171717. Windows color (decimal): -14349268 or 2886693. OLE color: 2886693.
HSL color Cylindrical-coordinate representation of color #250C2C: hue angle of 286.88º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250C2C is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 37 | 12 | 44 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.83 |
| HSL | 286.88º | 0.57% | 0.11% | - |
| HSV(B) | 286.88º | 0.73% | 0.17% | - |
| XYZ | 1.35 | 0.84 | 2.47 | - |
| YUV | 23.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 12 | 44 | 0.16 | 0.73 | 0 | 0.83 | 286.88 | 0.57 | 0.11 |
| Hex | 25 | C | 2C | 10 | 49 | 0 | 53 | 11F | 39 | B |
| Octal | 45 | 14 | 54 | 20 | 111 | 0 | 123 | 437 | 71 | 13 |
| Binary | 100101 | 1100 | 101100 | 10000 | 1001001 | 0 | 1010011 | 100011111 | 111001 | 1011 |
Color Harmonies of #250C2C
Complementary color
Monochromatic Colors of #250C2C
Black with #250C2C
Text Example
Text Example
White with #250C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250C2C; }
p { color: rgb(37,12,44); }
H1.HeaderClassName
{
color: #250C2C;
}
.AnyTagClassName
{
color: #250C2C;
}
</style>
background-color css
<style>
a { background-color: #250C2C; }
a { background-color: rgb(37,12,44); }
div.DivClassName
{
background-color: #250C2C;
}
.BgClassName
{
background-color: #250C2C;
}
</style>
border-color css
<style>
span { border-color: #250C2C; }
span { border-color: rgb(37,12,44); }
td.TdClassName
{
border-color: #250C2C;
}
.TagClassName
{
border-color: #250C2C;
}
</style>