Shades of Blackcurrant #251A2D
Tints of Blackcurrant #251A2D
RGB
CMYK
RGB Variations
Color information
#251A2D (or 0x251A2D) is known color: Blackcurrant. HEX triplet: 25, 1A and 2D. RGB value is (37,26,45). Sum of RGB (Red+Green+Blue) = 37+26+45=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #251A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251A2D is #DAE5D2. Grayscale: #1F1F1F. Windows color (decimal): -14345683 or 2955813. OLE color: 2955813.
HSL color Cylindrical-coordinate representation of color #251A2D: hue angle of 274.74º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #251A2D is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 26 | 45 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.82 |
| HSL | 274.74º | 0.27% | 0.14% | - |
| HSV(B) | 274.74º | 0.42% | 0.18% | - |
| XYZ | 1.61 | 1.32 | 2.65 | - |
| YUV | 31.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 26 | 45 | 0.18 | 0.42 | 0 | 0.82 | 274.74 | 0.27 | 0.14 |
| Hex | 25 | 1A | 2D | 12 | 2A | 0 | 52 | 113 | 1B | E |
| Octal | 45 | 32 | 55 | 22 | 52 | 0 | 122 | 423 | 33 | 16 |
| Binary | 100101 | 11010 | 101101 | 10010 | 101010 | 0 | 1010010 | 100010011 | 11011 | 1110 |
Color Harmonies of #251A2D
Complementary color
Monochromatic Colors of #251A2D
Black with #251A2D
Text Example
Text Example
White with #251A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251A2D; }
p { color: rgb(37,26,45); }
H1.HeaderClassName
{
color: #251A2D;
}
.AnyTagClassName
{
color: #251A2D;
}
</style>
background-color css
<style>
a { background-color: #251A2D; }
a { background-color: rgb(37,26,45); }
div.DivClassName
{
background-color: #251A2D;
}
.BgClassName
{
background-color: #251A2D;
}
</style>
border-color css
<style>
span { border-color: #251A2D; }
span { border-color: rgb(37,26,45); }
td.TdClassName
{
border-color: #251A2D;
}
.TagClassName
{
border-color: #251A2D;
}
</style>