Shades of Blackcurrant #251230
Tints of Blackcurrant #251230
RGB
CMYK
RGB Variations
Color information
#251230 (or 0x251230) is known color: Blackcurrant. HEX triplet: 25, 12 and 30. RGB value is (37,18,48). Sum of RGB (Red+Green+Blue) = 37+18+48=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #251230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251230 is #DAEDCF. Grayscale: #1B1B1B. Windows color (decimal): -14347728 or 3150373. OLE color: 3150373.
HSL color Cylindrical-coordinate representation of color #251230: hue angle of 278º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251230 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 18 | 48 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.81 |
| HSL | 278º | 0.45% | 0.13% | - |
| HSV(B) | 278º | 0.63% | 0.19% | - |
| XYZ | 1.51 | 1.04 | 2.92 | - |
| YUV | 27.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 18 | 48 | 0.23 | 0.63 | 0 | 0.81 | 278 | 0.45 | 0.13 |
| Hex | 25 | 12 | 30 | 17 | 3F | 0 | 51 | 116 | 2D | D |
| Octal | 45 | 22 | 60 | 27 | 77 | 0 | 121 | 426 | 55 | 15 |
| Binary | 100101 | 10010 | 110000 | 10111 | 111111 | 0 | 1010001 | 100010110 | 101101 | 1101 |
Color Harmonies of #251230
Complementary color
Monochromatic Colors of #251230
Black with #251230
Text Example
Text Example
White with #251230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251230; }
p { color: rgb(37,18,48); }
H1.HeaderClassName
{
color: #251230;
}
.AnyTagClassName
{
color: #251230;
}
</style>
background-color css
<style>
a { background-color: #251230; }
a { background-color: rgb(37,18,48); }
div.DivClassName
{
background-color: #251230;
}
.BgClassName
{
background-color: #251230;
}
</style>
border-color css
<style>
span { border-color: #251230; }
span { border-color: rgb(37,18,48); }
td.TdClassName
{
border-color: #251230;
}
.TagClassName
{
border-color: #251230;
}
</style>