Shades of Blackcurrant #251934
Tints of Blackcurrant #251934
RGB
CMYK
RGB Variations
Color information
#251934 (or 0x251934) is known color: Blackcurrant. HEX triplet: 25, 19 and 34. RGB value is (37,25,52). Sum of RGB (Red+Green+Blue) = 37+25+52=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #251934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251934 is #DAE6CB. Grayscale: #1F1F1F. Windows color (decimal): -14345932 or 3414309. OLE color: 3414309.
HSL color Cylindrical-coordinate representation of color #251934: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #251934 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 25 | 52 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.80 |
| HSL | 266.67º | 0.35% | 0.15% | - |
| HSV(B) | 266.67º | 0.52% | 0.2% | - |
| XYZ | 1.73 | 1.34 | 3.42 | - |
| YUV | 31.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 52 | 0.29 | 0.52 | 0 | 0.80 | 266.67 | 0.35 | 0.15 |
| Hex | 25 | 19 | 34 | 1D | 34 | 0 | 50 | 10B | 23 | F |
| Octal | 45 | 31 | 64 | 35 | 64 | 0 | 120 | 413 | 43 | 17 |
| Binary | 100101 | 11001 | 110100 | 11101 | 110100 | 0 | 1010000 | 100001011 | 100011 | 1111 |
Color Harmonies of #251934
Complementary color
Monochromatic Colors of #251934
Black with #251934
Text Example
Text Example
White with #251934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251934; }
p { color: rgb(37,25,52); }
H1.HeaderClassName
{
color: #251934;
}
.AnyTagClassName
{
color: #251934;
}
</style>
background-color css
<style>
a { background-color: #251934; }
a { background-color: rgb(37,25,52); }
div.DivClassName
{
background-color: #251934;
}
.BgClassName
{
background-color: #251934;
}
</style>
border-color css
<style>
span { border-color: #251934; }
span { border-color: rgb(37,25,52); }
td.TdClassName
{
border-color: #251934;
}
.TagClassName
{
border-color: #251934;
}
</style>