Shades of Blackcurrant #27113D
Tints of Blackcurrant #27113D
RGB
CMYK
RGB Variations
Color information
#27113D (or 0x27113D) is known color: Blackcurrant. HEX triplet: 27, 11 and 3D. RGB value is (39,17,61). Sum of RGB (Red+Green+Blue) = 39+17+61=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #27113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27113D is #D8EEC2. Grayscale: #1C1C1C. Windows color (decimal): -14216899 or 4002087. OLE color: 4002087.
HSL color Cylindrical-coordinate representation of color #27113D: hue angle of 270º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27113D is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 17 | 61 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.76 |
| HSL | 270º | 0.56% | 0.15% | - |
| HSV(B) | 270º | 0.72% | 0.24% | - |
| XYZ | 1.88 | 1.17 | 4.54 | - |
| YUV | 28.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 61 | 0.36 | 0.72 | 0 | 0.76 | 270 | 0.56 | 0.15 |
| Hex | 27 | 11 | 3D | 24 | 48 | 0 | 4C | 10E | 38 | F |
| Octal | 47 | 21 | 75 | 44 | 110 | 0 | 114 | 416 | 70 | 17 |
| Binary | 100111 | 10001 | 111101 | 100100 | 1001000 | 0 | 1001100 | 100001110 | 111000 | 1111 |
Color Harmonies of #27113D
Complementary color
Monochromatic Colors of #27113D
Black with #27113D
Text Example
Text Example
White with #27113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27113D; }
p { color: rgb(39,17,61); }
H1.HeaderClassName
{
color: #27113D;
}
.AnyTagClassName
{
color: #27113D;
}
</style>
background-color css
<style>
a { background-color: #27113D; }
a { background-color: rgb(39,17,61); }
div.DivClassName
{
background-color: #27113D;
}
.BgClassName
{
background-color: #27113D;
}
</style>
border-color css
<style>
span { border-color: #27113D; }
span { border-color: rgb(39,17,61); }
td.TdClassName
{
border-color: #27113D;
}
.TagClassName
{
border-color: #27113D;
}
</style>