Shades of Blackcurrant #27062D
Tints of Blackcurrant #27062D
RGB
CMYK
RGB Variations
Color information
#27062D (or 0x27062D) is known color: Blackcurrant. HEX triplet: 27, 06 and 2D. RGB value is (39,6,45). Sum of RGB (Red+Green+Blue) = 39+6+45=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #27062D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27062D is #D8F9D2. Grayscale: #141414. Windows color (decimal): -14219731 or 2950695. OLE color: 2950695.
HSL color Cylindrical-coordinate representation of color #27062D: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27062D is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 6 | 45 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.82 |
| HSL | 290.77º | 0.76% | 0.1% | - |
| HSV(B) | 290.77º | 0.87% | 0.18% | - |
| XYZ | 1.38 | 0.75 | 2.56 | - |
| YUV | 20.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 45 | 0.13 | 0.87 | 0 | 0.82 | 290.77 | 0.76 | 0.1 |
| Hex | 27 | 6 | 2D | D | 57 | 0 | 52 | 123 | 4C | A |
| Octal | 47 | 6 | 55 | 15 | 127 | 0 | 122 | 443 | 114 | 12 |
| Binary | 100111 | 110 | 101101 | 1101 | 1010111 | 0 | 1010010 | 100100011 | 1001100 | 1010 |
Color Harmonies of #27062D
Complementary color
Monochromatic Colors of #27062D
Black with #27062D
Text Example
Text Example
White with #27062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27062D; }
p { color: rgb(39,6,45); }
H1.HeaderClassName
{
color: #27062D;
}
.AnyTagClassName
{
color: #27062D;
}
</style>
background-color css
<style>
a { background-color: #27062D; }
a { background-color: rgb(39,6,45); }
div.DivClassName
{
background-color: #27062D;
}
.BgClassName
{
background-color: #27062D;
}
</style>
border-color css
<style>
span { border-color: #27062D; }
span { border-color: rgb(39,6,45); }
td.TdClassName
{
border-color: #27062D;
}
.TagClassName
{
border-color: #27062D;
}
</style>