Shades of Blackcurrant #270B45
Tints of Blackcurrant #270B45
RGB
CMYK
RGB Variations
Color information
#270B45 (or 0x270B45) is known color: Blackcurrant. HEX triplet: 27, 0B and 45. RGB value is (39,11,69). Sum of RGB (Red+Green+Blue) = 39+11+69=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #270B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B45 is #D8F4BA. Grayscale: #191919. Windows color (decimal): -14218427 or 4524839. OLE color: 4524839.
HSL color Cylindrical-coordinate representation of color #270B45: hue angle of 268.97º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #270B45 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 39 | 11 | 69 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.73 |
| HSL | 268.97º | 0.73% | 0.16% | - |
| HSV(B) | 268.97º | 0.84% | 0.27% | - |
| XYZ | 2.03 | 1.1 | 5.74 | - |
| YUV | 25.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 69 | 0.43 | 0.84 | 0 | 0.73 | 268.97 | 0.73 | 0.16 |
| Hex | 27 | B | 45 | 2B | 54 | 0 | 49 | 10D | 48 | 10 |
| Octal | 47 | 13 | 105 | 53 | 124 | 0 | 111 | 415 | 110 | 20 |
| Binary | 100111 | 1011 | 1000101 | 101011 | 1010100 | 0 | 1001001 | 100001101 | 1001000 | 10000 |
Color Harmonies of #270B45
Complementary color
Monochromatic Colors of #270B45
Black with #270B45
Text Example
Text Example
White with #270B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B45; }
p { color: rgb(39,11,69); }
H1.HeaderClassName
{
color: #270B45;
}
.AnyTagClassName
{
color: #270B45;
}
</style>
background-color css
<style>
a { background-color: #270B45; }
a { background-color: rgb(39,11,69); }
div.DivClassName
{
background-color: #270B45;
}
.BgClassName
{
background-color: #270B45;
}
</style>
border-color css
<style>
span { border-color: #270B45; }
span { border-color: rgb(39,11,69); }
td.TdClassName
{
border-color: #270B45;
}
.TagClassName
{
border-color: #270B45;
}
</style>