Shades of Blackcurrant #27123B
Tints of Blackcurrant #27123B
RGB
CMYK
RGB Variations
Color information
#27123B (or 0x27123B) is known color: Blackcurrant. HEX triplet: 27, 12 and 3B. RGB value is (39,18,59). Sum of RGB (Red+Green+Blue) = 39+18+59=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 59 (23.44% from 255 or 50.86% from 116); Max value from RGB is 59 - color contains mainly: blue. Hex color #27123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27123B is #D8EDC4. Grayscale: #1C1C1C. Windows color (decimal): -14216645 or 3871271. OLE color: 3871271.
HSL color Cylindrical-coordinate representation of color #27123B: hue angle of 270.73º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27123B is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 18 | 59 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.77 |
| HSL | 270.73º | 0.53% | 0.15% | - |
| HSV(B) | 270.73º | 0.69% | 0.23% | - |
| XYZ | 1.84 | 1.18 | 4.27 | - |
| YUV | 28.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 18 | 59 | 0.34 | 0.69 | 0 | 0.77 | 270.73 | 0.53 | 0.15 |
| Hex | 27 | 12 | 3B | 22 | 45 | 0 | 4D | 10F | 35 | F |
| Octal | 47 | 22 | 73 | 42 | 105 | 0 | 115 | 417 | 65 | 17 |
| Binary | 100111 | 10010 | 111011 | 100010 | 1000101 | 0 | 1001101 | 100001111 | 110101 | 1111 |
Color Harmonies of #27123B
Complementary color
Monochromatic Colors of #27123B
Black with #27123B
Text Example
Text Example
White with #27123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27123B; }
p { color: rgb(39,18,59); }
H1.HeaderClassName
{
color: #27123B;
}
.AnyTagClassName
{
color: #27123B;
}
</style>
background-color css
<style>
a { background-color: #27123B; }
a { background-color: rgb(39,18,59); }
div.DivClassName
{
background-color: #27123B;
}
.BgClassName
{
background-color: #27123B;
}
</style>
border-color css
<style>
span { border-color: #27123B; }
span { border-color: rgb(39,18,59); }
td.TdClassName
{
border-color: #27123B;
}
.TagClassName
{
border-color: #27123B;
}
</style>