Shades of Blackcurrant #270F3B
Tints of Blackcurrant #270F3B
RGB
CMYK
RGB Variations
Color information
#270F3B (or 0x270F3B) is known color: Blackcurrant. HEX triplet: 27, 0F and 3B. RGB value is (39,15,59). Sum of RGB (Red+Green+Blue) = 39+15+59=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #270F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F3B is #D8F0C4. Grayscale: #1B1B1B. Windows color (decimal): -14217413 or 3870503. OLE color: 3870503.
HSL color Cylindrical-coordinate representation of color #270F3B: hue angle of 272.73º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #270F3B is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 15 | 59 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.77 |
| HSL | 272.73º | 0.59% | 0.15% | - |
| HSV(B) | 272.73º | 0.75% | 0.23% | - |
| XYZ | 1.8 | 1.09 | 4.25 | - |
| YUV | 27.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 59 | 0.34 | 0.75 | 0 | 0.77 | 272.73 | 0.59 | 0.15 |
| Hex | 27 | F | 3B | 22 | 4B | 0 | 4D | 111 | 3B | F |
| Octal | 47 | 17 | 73 | 42 | 113 | 0 | 115 | 421 | 73 | 17 |
| Binary | 100111 | 1111 | 111011 | 100010 | 1001011 | 0 | 1001101 | 100010001 | 111011 | 1111 |
Color Harmonies of #270F3B
Complementary color
Monochromatic Colors of #270F3B
Black with #270F3B
Text Example
Text Example
White with #270F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F3B; }
p { color: rgb(39,15,59); }
H1.HeaderClassName
{
color: #270F3B;
}
.AnyTagClassName
{
color: #270F3B;
}
</style>
background-color css
<style>
a { background-color: #270F3B; }
a { background-color: rgb(39,15,59); }
div.DivClassName
{
background-color: #270F3B;
}
.BgClassName
{
background-color: #270F3B;
}
</style>
border-color css
<style>
span { border-color: #270F3B; }
span { border-color: rgb(39,15,59); }
td.TdClassName
{
border-color: #270F3B;
}
.TagClassName
{
border-color: #270F3B;
}
</style>