Shades of Blackcurrant #251133
Tints of Blackcurrant #251133
RGB
CMYK
RGB Variations
Color information
#251133 (or 0x251133) is known color: Blackcurrant. HEX triplet: 25, 11 and 33. RGB value is (37,17,51). Sum of RGB (Red+Green+Blue) = 37+17+51=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #251133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251133 is #DAEECC. Grayscale: #1A1A1A. Windows color (decimal): -14347981 or 3346725. OLE color: 3346725.
HSL color Cylindrical-coordinate representation of color #251133: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251133 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 37 | 17 | 51 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.8 |
| HSL | 275.29º | 0.5% | 0.13% | - |
| HSV(B) | 275.29º | 0.67% | 0.2% | - |
| XYZ | 1.56 | 1.03 | 3.25 | - |
| YUV | 26.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 17 | 51 | 0.27 | 0.67 | 0 | 0.8 | 275.29 | 0.5 | 0.13 |
| Hex | 25 | 11 | 33 | 1B | 43 | 0 | 50 | 113 | 32 | D |
| Octal | 45 | 21 | 63 | 33 | 103 | 0 | 120 | 423 | 62 | 15 |
| Binary | 100101 | 10001 | 110011 | 11011 | 1000011 | 0 | 1010000 | 100010011 | 110010 | 1101 |
Color Harmonies of #251133
Complementary color
Monochromatic Colors of #251133
Black with #251133
Text Example
Text Example
White with #251133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251133; }
p { color: rgb(37,17,51); }
H1.HeaderClassName
{
color: #251133;
}
.AnyTagClassName
{
color: #251133;
}
</style>
background-color css
<style>
a { background-color: #251133; }
a { background-color: rgb(37,17,51); }
div.DivClassName
{
background-color: #251133;
}
.BgClassName
{
background-color: #251133;
}
</style>
border-color css
<style>
span { border-color: #251133; }
span { border-color: rgb(37,17,51); }
td.TdClassName
{
border-color: #251133;
}
.TagClassName
{
border-color: #251133;
}
</style>