Shades of Blackcurrant #270F38
Tints of Blackcurrant #270F38
RGB
CMYK
RGB Variations
Color information
#270F38 (or 0x270F38) is known color: Blackcurrant. HEX triplet: 27, 0F and 38. RGB value is (39,15,56). Sum of RGB (Red+Green+Blue) = 39+15+56=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #270F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270F38 is #D8F0C7. Grayscale: #1A1A1A. Windows color (decimal): -14217416 or 3673895. OLE color: 3673895.
HSL color Cylindrical-coordinate representation of color #270F38: hue angle of 275.12º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #270F38 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 15 | 56 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.78 |
| HSL | 275.12º | 0.58% | 0.14% | - |
| HSV(B) | 275.12º | 0.73% | 0.22% | - |
| XYZ | 1.72 | 1.06 | 3.85 | - |
| YUV | 26.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 15 | 56 | 0.30 | 0.73 | 0 | 0.78 | 275.12 | 0.58 | 0.14 |
| Hex | 27 | F | 38 | 1E | 49 | 0 | 4E | 113 | 3A | E |
| Octal | 47 | 17 | 70 | 36 | 111 | 0 | 116 | 423 | 72 | 16 |
| Binary | 100111 | 1111 | 111000 | 11110 | 1001001 | 0 | 1001110 | 100010011 | 111010 | 1110 |
Color Harmonies of #270F38
Complementary color
Monochromatic Colors of #270F38
Black with #270F38
Text Example
Text Example
White with #270F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270F38; }
p { color: rgb(39,15,56); }
H1.HeaderClassName
{
color: #270F38;
}
.AnyTagClassName
{
color: #270F38;
}
</style>
background-color css
<style>
a { background-color: #270F38; }
a { background-color: rgb(39,15,56); }
div.DivClassName
{
background-color: #270F38;
}
.BgClassName
{
background-color: #270F38;
}
</style>
border-color css
<style>
span { border-color: #270F38; }
span { border-color: rgb(39,15,56); }
td.TdClassName
{
border-color: #270F38;
}
.TagClassName
{
border-color: #270F38;
}
</style>