Shades of Blackcurrant #27072F
Tints of Blackcurrant #27072F
RGB
CMYK
RGB Variations
Color information
#27072F (or 0x27072F) is known color: Blackcurrant. HEX triplet: 27, 07 and 2F. RGB value is (39,7,47). Sum of RGB (Red+Green+Blue) = 39+7+47=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #27072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27072F is #D8F8D0. Grayscale: #151515. Windows color (decimal): -14219473 or 3082023. OLE color: 3082023.
HSL color Cylindrical-coordinate representation of color #27072F: hue angle of 288º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27072F is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 7 | 47 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.82 |
| HSL | 288º | 0.74% | 0.11% | - |
| HSV(B) | 288º | 0.85% | 0.18% | - |
| XYZ | 1.43 | 0.79 | 2.77 | - |
| YUV | 21.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 47 | 0.17 | 0.85 | 0 | 0.82 | 288 | 0.74 | 0.11 |
| Hex | 27 | 7 | 2F | 11 | 55 | 0 | 52 | 120 | 4A | B |
| Octal | 47 | 7 | 57 | 21 | 125 | 0 | 122 | 440 | 112 | 13 |
| Binary | 100111 | 111 | 101111 | 10001 | 1010101 | 0 | 1010010 | 100100000 | 1001010 | 1011 |
Color Harmonies of #27072F
Complementary color
Monochromatic Colors of #27072F
Black with #27072F
Text Example
Text Example
White with #27072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27072F; }
p { color: rgb(39,7,47); }
H1.HeaderClassName
{
color: #27072F;
}
.AnyTagClassName
{
color: #27072F;
}
</style>
background-color css
<style>
a { background-color: #27072F; }
a { background-color: rgb(39,7,47); }
div.DivClassName
{
background-color: #27072F;
}
.BgClassName
{
background-color: #27072F;
}
</style>
border-color css
<style>
span { border-color: #27072F; }
span { border-color: rgb(39,7,47); }
td.TdClassName
{
border-color: #27072F;
}
.TagClassName
{
border-color: #27072F;
}
</style>