Shades of Blackcurrant #271F2F
Tints of Blackcurrant #271F2F
RGB
CMYK
RGB Variations
Color information
#271F2F (or 0x271F2F) is known color: Blackcurrant. HEX triplet: 27, 1F and 2F. RGB value is (39,31,47). Sum of RGB (Red+Green+Blue) = 39+31+47=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 47 - color contains mainly: blue. Hex color #271F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F2F is #D8E0D0. Grayscale: #232323. Windows color (decimal): -14213329 or 3088167. OLE color: 3088167.
HSL color Cylindrical-coordinate representation of color #271F2F: hue angle of 270º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #271F2F is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 31 | 47 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.82 |
| HSL | 270º | 0.21% | 0.15% | - |
| HSV(B) | 270º | 0.34% | 0.18% | - |
| XYZ | 1.84 | 1.62 | 2.9 | - |
| YUV | 35.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 47 | 0.17 | 0.34 | 0 | 0.82 | 270 | 0.21 | 0.15 |
| Hex | 27 | 1F | 2F | 11 | 22 | 0 | 52 | 10E | 15 | F |
| Octal | 47 | 37 | 57 | 21 | 42 | 0 | 122 | 416 | 25 | 17 |
| Binary | 100111 | 11111 | 101111 | 10001 | 100010 | 0 | 1010010 | 100001110 | 10101 | 1111 |
Color Harmonies of #271F2F
Complementary color
Monochromatic Colors of #271F2F
Black with #271F2F
Text Example
Text Example
White with #271F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F2F; }
p { color: rgb(39,31,47); }
H1.HeaderClassName
{
color: #271F2F;
}
.AnyTagClassName
{
color: #271F2F;
}
</style>
background-color css
<style>
a { background-color: #271F2F; }
a { background-color: rgb(39,31,47); }
div.DivClassName
{
background-color: #271F2F;
}
.BgClassName
{
background-color: #271F2F;
}
</style>
border-color css
<style>
span { border-color: #271F2F; }
span { border-color: rgb(39,31,47); }
td.TdClassName
{
border-color: #271F2F;
}
.TagClassName
{
border-color: #271F2F;
}
</style>