Shades of Blackcurrant #250B2D
Tints of Blackcurrant #250B2D
RGB
CMYK
RGB Variations
Color information
#250B2D (or 0x250B2D) is known color: Blackcurrant. HEX triplet: 25, 0B and 2D. RGB value is (37,11,45). Sum of RGB (Red+Green+Blue) = 37+11+45=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 45 (17.97% from 255 or 48.39% from 93); Max value from RGB is 45 - color contains mainly: blue. Hex color #250B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B2D is #DAF4D2. Grayscale: #161616. Windows color (decimal): -14349523 or 2951973. OLE color: 2951973.
HSL color Cylindrical-coordinate representation of color #250B2D: hue angle of 285.88º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250B2D is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 11 | 45 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.82 |
| HSL | 285.88º | 0.61% | 0.11% | - |
| HSV(B) | 285.88º | 0.76% | 0.18% | - |
| XYZ | 1.36 | 0.82 | 2.57 | - |
| YUV | 22.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 45 | 0.18 | 0.76 | 0 | 0.82 | 285.88 | 0.61 | 0.11 |
| Hex | 25 | B | 2D | 12 | 4C | 0 | 52 | 11E | 3D | B |
| Octal | 45 | 13 | 55 | 22 | 114 | 0 | 122 | 436 | 75 | 13 |
| Binary | 100101 | 1011 | 101101 | 10010 | 1001100 | 0 | 1010010 | 100011110 | 111101 | 1011 |
Color Harmonies of #250B2D
Complementary color
Monochromatic Colors of #250B2D
Black with #250B2D
Text Example
Text Example
White with #250B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250B2D; }
p { color: rgb(37,11,45); }
H1.HeaderClassName
{
color: #250B2D;
}
.AnyTagClassName
{
color: #250B2D;
}
</style>
background-color css
<style>
a { background-color: #250B2D; }
a { background-color: rgb(37,11,45); }
div.DivClassName
{
background-color: #250B2D;
}
.BgClassName
{
background-color: #250B2D;
}
</style>
border-color css
<style>
span { border-color: #250B2D; }
span { border-color: rgb(37,11,45); }
td.TdClassName
{
border-color: #250B2D;
}
.TagClassName
{
border-color: #250B2D;
}
</style>