Shades of Blackcurrant #271C33
Tints of Blackcurrant #271C33
RGB
CMYK
RGB Variations
Color information
#271C33 (or 0x271C33) is known color: Blackcurrant. HEX triplet: 27, 1C and 33. RGB value is (39,28,51). Sum of RGB (Red+Green+Blue) = 39+28+51=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #271C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C33 is #D8E3CC. Grayscale: #212121. Windows color (decimal): -14214093 or 3349543. OLE color: 3349543.
HSL color Cylindrical-coordinate representation of color #271C33: hue angle of 268.7º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #271C33 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 28 | 51 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.8 |
| HSL | 268.7º | 0.29% | 0.15% | - |
| HSV(B) | 268.7º | 0.45% | 0.2% | - |
| XYZ | 1.85 | 1.5 | 3.32 | - |
| YUV | 33.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 51 | 0.24 | 0.45 | 0 | 0.8 | 268.7 | 0.29 | 0.15 |
| Hex | 27 | 1C | 33 | 18 | 2D | 0 | 50 | 10D | 1D | F |
| Octal | 47 | 34 | 63 | 30 | 55 | 0 | 120 | 415 | 35 | 17 |
| Binary | 100111 | 11100 | 110011 | 11000 | 101101 | 0 | 1010000 | 100001101 | 11101 | 1111 |
Color Harmonies of #271C33
Complementary color
Monochromatic Colors of #271C33
Black with #271C33
Text Example
Text Example
White with #271C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C33; }
p { color: rgb(39,28,51); }
H1.HeaderClassName
{
color: #271C33;
}
.AnyTagClassName
{
color: #271C33;
}
</style>
background-color css
<style>
a { background-color: #271C33; }
a { background-color: rgb(39,28,51); }
div.DivClassName
{
background-color: #271C33;
}
.BgClassName
{
background-color: #271C33;
}
</style>
border-color css
<style>
span { border-color: #271C33; }
span { border-color: rgb(39,28,51); }
td.TdClassName
{
border-color: #271C33;
}
.TagClassName
{
border-color: #271C33;
}
</style>