Shades of Blackcurrant #251335
Tints of Blackcurrant #251335
RGB
CMYK
RGB Variations
Color information
#251335 (or 0x251335) is known color: Blackcurrant. HEX triplet: 25, 13 and 35. RGB value is (37,19,53). Sum of RGB (Red+Green+Blue) = 37+19+53=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #251335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251335 is #DAECCA. Grayscale: #1C1C1C. Windows color (decimal): -14347467 or 3478309. OLE color: 3478309.
HSL color Cylindrical-coordinate representation of color #251335: hue angle of 271.76º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #251335 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 19 | 53 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.79 |
| HSL | 271.76º | 0.47% | 0.14% | - |
| HSV(B) | 271.76º | 0.64% | 0.21% | - |
| XYZ | 1.64 | 1.12 | 3.5 | - |
| YUV | 28.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 53 | 0.30 | 0.64 | 0 | 0.79 | 271.76 | 0.47 | 0.14 |
| Hex | 25 | 13 | 35 | 1E | 40 | 0 | 4F | 110 | 2F | E |
| Octal | 45 | 23 | 65 | 36 | 100 | 0 | 117 | 420 | 57 | 16 |
| Binary | 100101 | 10011 | 110101 | 11110 | 1000000 | 0 | 1001111 | 100010000 | 101111 | 1110 |
Color Harmonies of #251335
Complementary color
Monochromatic Colors of #251335
Black with #251335
Text Example
Text Example
White with #251335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251335; }
p { color: rgb(37,19,53); }
H1.HeaderClassName
{
color: #251335;
}
.AnyTagClassName
{
color: #251335;
}
</style>
background-color css
<style>
a { background-color: #251335; }
a { background-color: rgb(37,19,53); }
div.DivClassName
{
background-color: #251335;
}
.BgClassName
{
background-color: #251335;
}
</style>
border-color css
<style>
span { border-color: #251335; }
span { border-color: rgb(37,19,53); }
td.TdClassName
{
border-color: #251335;
}
.TagClassName
{
border-color: #251335;
}
</style>