Shades of Blackcurrant #270F2C
Tints of Blackcurrant #270F2C
RGB
CMYK
RGB Variations
Color information
#270F2C (or 0x270F2C) is known color: Blackcurrant. HEX triplet: 27, 0F and 2C. RGB value is (39,15,44). Sum of RGB (Red+Green+Blue) = 39+15+44=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #270F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F2C is #D8F0D3. Grayscale: #191919. Windows color (decimal): -14217428 or 2887463. OLE color: 2887463.
HSL color Cylindrical-coordinate representation of color #270F2C: hue angle of 289.66º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #270F2C is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 15 | 44 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.83 |
| HSL | 289.66º | 0.49% | 0.12% | - |
| HSV(B) | 289.66º | 0.66% | 0.17% | - |
| XYZ | 1.46 | 0.95 | 2.49 | - |
| YUV | 25.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 44 | 0.11 | 0.66 | 0 | 0.83 | 289.66 | 0.49 | 0.12 |
| Hex | 27 | F | 2C | B | 42 | 0 | 53 | 122 | 31 | C |
| Octal | 47 | 17 | 54 | 13 | 102 | 0 | 123 | 442 | 61 | 14 |
| Binary | 100111 | 1111 | 101100 | 1011 | 1000010 | 0 | 1010011 | 100100010 | 110001 | 1100 |
Color Harmonies of #270F2C
Complementary color
Monochromatic Colors of #270F2C
Black with #270F2C
Text Example
Text Example
White with #270F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F2C; }
p { color: rgb(39,15,44); }
H1.HeaderClassName
{
color: #270F2C;
}
.AnyTagClassName
{
color: #270F2C;
}
</style>
background-color css
<style>
a { background-color: #270F2C; }
a { background-color: rgb(39,15,44); }
div.DivClassName
{
background-color: #270F2C;
}
.BgClassName
{
background-color: #270F2C;
}
</style>
border-color css
<style>
span { border-color: #270F2C; }
span { border-color: rgb(39,15,44); }
td.TdClassName
{
border-color: #270F2C;
}
.TagClassName
{
border-color: #270F2C;
}
</style>