Shades of Blackcurrant #251A30
Tints of Blackcurrant #251A30
RGB
CMYK
RGB Variations
Color information
#251A30 (or 0x251A30) is known color: Blackcurrant. HEX triplet: 25, 1A and 30. RGB value is (37,26,48). Sum of RGB (Red+Green+Blue) = 37+26+48=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #251A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A30 is #DAE5CF. Grayscale: #1F1F1F. Windows color (decimal): -14345680 or 3152421. OLE color: 3152421.
HSL color Cylindrical-coordinate representation of color #251A30: hue angle of 270º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251A30 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 26 | 48 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.81 |
| HSL | 270º | 0.3% | 0.15% | - |
| HSV(B) | 270º | 0.46% | 0.19% | - |
| XYZ | 1.67 | 1.35 | 2.97 | - |
| YUV | 31.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 48 | 0.23 | 0.46 | 0 | 0.81 | 270 | 0.3 | 0.15 |
| Hex | 25 | 1A | 30 | 17 | 2E | 0 | 51 | 10E | 1E | F |
| Octal | 45 | 32 | 60 | 27 | 56 | 0 | 121 | 416 | 36 | 17 |
| Binary | 100101 | 11010 | 110000 | 10111 | 101110 | 0 | 1010001 | 100001110 | 11110 | 1111 |
Color Harmonies of #251A30
Complementary color
Monochromatic Colors of #251A30
Black with #251A30
Text Example
Text Example
White with #251A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A30; }
p { color: rgb(37,26,48); }
H1.HeaderClassName
{
color: #251A30;
}
.AnyTagClassName
{
color: #251A30;
}
</style>
background-color css
<style>
a { background-color: #251A30; }
a { background-color: rgb(37,26,48); }
div.DivClassName
{
background-color: #251A30;
}
.BgClassName
{
background-color: #251A30;
}
</style>
border-color css
<style>
span { border-color: #251A30; }
span { border-color: rgb(37,26,48); }
td.TdClassName
{
border-color: #251A30;
}
.TagClassName
{
border-color: #251A30;
}
</style>