Shades of Blackcurrant #270B36
Tints of Blackcurrant #270B36
RGB
CMYK
RGB Variations
Color information
#270B36 (or 0x270B36) is known color: Blackcurrant. HEX triplet: 27, 0B and 36. RGB value is (39,11,54). Sum of RGB (Red+Green+Blue) = 39+11+54=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #270B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B36 is #D8F4C9. Grayscale: #181818. Windows color (decimal): -14218442 or 3541799. OLE color: 3541799.
HSL color Cylindrical-coordinate representation of color #270B36: hue angle of 279.07º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #270B36 is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 11 | 54 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.79 |
| HSL | 279.07º | 0.66% | 0.13% | - |
| HSV(B) | 279.07º | 0.8% | 0.21% | - |
| XYZ | 1.62 | 0.94 | 3.59 | - |
| YUV | 24.27 | 144.78 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 54 | 0.28 | 0.80 | 0 | 0.79 | 279.07 | 0.66 | 0.13 |
| Hex | 27 | B | 36 | 1C | 50 | 0 | 4F | 117 | 42 | D |
| Octal | 47 | 13 | 66 | 34 | 120 | 0 | 117 | 427 | 102 | 15 |
| Binary | 100111 | 1011 | 110110 | 11100 | 1010000 | 0 | 1001111 | 100010111 | 1000010 | 1101 |
Color Harmonies of #270B36
Complementary color
Monochromatic Colors of #270B36
Black with #270B36
Text Example
Text Example
White with #270B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B36; }
p { color: rgb(39,11,54); }
H1.HeaderClassName
{
color: #270B36;
}
.AnyTagClassName
{
color: #270B36;
}
</style>
background-color css
<style>
a { background-color: #270B36; }
a { background-color: rgb(39,11,54); }
div.DivClassName
{
background-color: #270B36;
}
.BgClassName
{
background-color: #270B36;
}
</style>
border-color css
<style>
span { border-color: #270B36; }
span { border-color: rgb(39,11,54); }
td.TdClassName
{
border-color: #270B36;
}
.TagClassName
{
border-color: #270B36;
}
</style>