Shades of Blackcurrant #251430
Tints of Blackcurrant #251430
RGB
CMYK
RGB Variations
Color information
#251430 (or 0x251430) is known color: Blackcurrant. HEX triplet: 25, 14 and 30. RGB value is (37,20,48). Sum of RGB (Red+Green+Blue) = 37+20+48=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #251430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251430 is #DAEBCF. Grayscale: #1C1C1C. Windows color (decimal): -14347216 or 3150885. OLE color: 3150885.
HSL color Cylindrical-coordinate representation of color #251430: hue angle of 276.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #251430 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 20 | 48 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.81 |
| HSL | 276.43º | 0.41% | 0.13% | - |
| HSV(B) | 276.43º | 0.58% | 0.19% | - |
| XYZ | 1.55 | 1.11 | 2.93 | - |
| YUV | 28.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 48 | 0.23 | 0.58 | 0 | 0.81 | 276.43 | 0.41 | 0.13 |
| Hex | 25 | 14 | 30 | 17 | 3A | 0 | 51 | 114 | 29 | D |
| Octal | 45 | 24 | 60 | 27 | 72 | 0 | 121 | 424 | 51 | 15 |
| Binary | 100101 | 10100 | 110000 | 10111 | 111010 | 0 | 1010001 | 100010100 | 101001 | 1101 |
Color Harmonies of #251430
Complementary color
Monochromatic Colors of #251430
Black with #251430
Text Example
Text Example
White with #251430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251430; }
p { color: rgb(37,20,48); }
H1.HeaderClassName
{
color: #251430;
}
.AnyTagClassName
{
color: #251430;
}
</style>
background-color css
<style>
a { background-color: #251430; }
a { background-color: rgb(37,20,48); }
div.DivClassName
{
background-color: #251430;
}
.BgClassName
{
background-color: #251430;
}
</style>
border-color css
<style>
span { border-color: #251430; }
span { border-color: rgb(37,20,48); }
td.TdClassName
{
border-color: #251430;
}
.TagClassName
{
border-color: #251430;
}
</style>