Shades of Blackcurrant #251A2E
Tints of Blackcurrant #251A2E
RGB
CMYK
RGB Variations
Color information
#251A2E (or 0x251A2E) is known color: Blackcurrant. HEX triplet: 25, 1A and 2E. RGB value is (37,26,46). Sum of RGB (Red+Green+Blue) = 37+26+46=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #251A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2E is #DAE5D1. Grayscale: #1F1F1F. Windows color (decimal): -14345682 or 3021349. OLE color: 3021349.
HSL color Cylindrical-coordinate representation of color #251A2E: hue angle of 273º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #251A2E is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 26 | 46 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.82 |
| HSL | 273º | 0.28% | 0.14% | - |
| HSV(B) | 273º | 0.43% | 0.18% | - |
| XYZ | 1.63 | 1.33 | 2.76 | - |
| YUV | 31.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 46 | 0.20 | 0.43 | 0 | 0.82 | 273 | 0.28 | 0.14 |
| Hex | 25 | 1A | 2E | 14 | 2B | 0 | 52 | 111 | 1C | E |
| Octal | 45 | 32 | 56 | 24 | 53 | 0 | 122 | 421 | 34 | 16 |
| Binary | 100101 | 11010 | 101110 | 10100 | 101011 | 0 | 1010010 | 100010001 | 11100 | 1110 |
Color Harmonies of #251A2E
Complementary color
Monochromatic Colors of #251A2E
Black with #251A2E
Text Example
Text Example
White with #251A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A2E; }
p { color: rgb(37,26,46); }
H1.HeaderClassName
{
color: #251A2E;
}
.AnyTagClassName
{
color: #251A2E;
}
</style>
background-color css
<style>
a { background-color: #251A2E; }
a { background-color: rgb(37,26,46); }
div.DivClassName
{
background-color: #251A2E;
}
.BgClassName
{
background-color: #251A2E;
}
</style>
border-color css
<style>
span { border-color: #251A2E; }
span { border-color: rgb(37,26,46); }
td.TdClassName
{
border-color: #251A2E;
}
.TagClassName
{
border-color: #251A2E;
}
</style>