Shades of Blackcurrant #251B2E
Tints of Blackcurrant #251B2E
RGB
CMYK
RGB Variations
Color information
#251B2E (or 0x251B2E) is known color: Blackcurrant. HEX triplet: 25, 1B and 2E. RGB value is (37,27,46). Sum of RGB (Red+Green+Blue) = 37+27+46=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #251B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B2E is #DAE4D1. Grayscale: #202020. Windows color (decimal): -14345426 or 3021605. OLE color: 3021605.
HSL color Cylindrical-coordinate representation of color #251B2E: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #251B2E is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 37 | 27 | 46 | - |
CMYK | 0.20 | 0.41 | 0 | 0.82 |
HSL | 271.58º | 0.26% | 0.14% | - |
HSV(B) | 271.58º | 0.41% | 0.18% | - |
XYZ | 1.65 | 1.37 | 2.76 | - |
YUV | 32.16 | 135.81 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 27 | 46 | 0.20 | 0.41 | 0 | 0.82 | 271.58 | 0.26 | 0.14 |
Hex | 25 | 1B | 2E | 14 | 29 | 0 | 52 | 110 | 1A | E |
Octal | 45 | 33 | 56 | 24 | 51 | 0 | 122 | 420 | 32 | 16 |
Binary | 100101 | 11011 | 101110 | 10100 | 101001 | 0 | 1010010 | 100010000 | 11010 | 1110 |
Color Harmonies of #251B2E
Complementary color
Monochromatic Colors of #251B2E
Black with #251B2E
Text Example
Text Example
White with #251B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B2E; }
p { color: rgb(37,27,46); }
H1.HeaderClassName
{
color: #251B2E;
}
.AnyTagClassName
{
color: #251B2E;
}
</style>
background-color css
<style>
a { background-color: #251B2E; }
a { background-color: rgb(37,27,46); }
div.DivClassName
{
background-color: #251B2E;
}
.BgClassName
{
background-color: #251B2E;
}
</style>
border-color css
<style>
span { border-color: #251B2E; }
span { border-color: rgb(37,27,46); }
td.TdClassName
{
border-color: #251B2E;
}
.TagClassName
{
border-color: #251B2E;
}
</style>