Shades of Blackcurrant #270438
Tints of Blackcurrant #270438
RGB
CMYK
RGB Variations
Color information
#270438 (or 0x270438) is known color: Blackcurrant. HEX triplet: 27, 04 and 38. RGB value is (39,4,56). Sum of RGB (Red+Green+Blue) = 39+4+56=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #270438 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270438 is #D8FBC7. Grayscale: #141414. Windows color (decimal): -14220232 or 3671079. OLE color: 3671079.
HSL color Cylindrical-coordinate representation of color #270438: hue angle of 280.38º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270438 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 4 | 56 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.78 |
| HSL | 280.38º | 0.87% | 0.12% | - |
| HSV(B) | 280.38º | 0.93% | 0.22% | - |
| XYZ | 1.59 | 0.8 | 3.81 | - |
| YUV | 20.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 56 | 0.30 | 0.93 | 0 | 0.78 | 280.38 | 0.87 | 0.12 |
| Hex | 27 | 4 | 38 | 1E | 5D | 0 | 4E | 118 | 57 | C |
| Octal | 47 | 4 | 70 | 36 | 135 | 0 | 116 | 430 | 127 | 14 |
| Binary | 100111 | 100 | 111000 | 11110 | 1011101 | 0 | 1001110 | 100011000 | 1010111 | 1100 |
Color Harmonies of #270438
Complementary color
Monochromatic Colors of #270438
Black with #270438
Text Example
Text Example
White with #270438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270438; }
p { color: rgb(39,4,56); }
H1.HeaderClassName
{
color: #270438;
}
.AnyTagClassName
{
color: #270438;
}
</style>
background-color css
<style>
a { background-color: #270438; }
a { background-color: rgb(39,4,56); }
div.DivClassName
{
background-color: #270438;
}
.BgClassName
{
background-color: #270438;
}
</style>
border-color css
<style>
span { border-color: #270438; }
span { border-color: rgb(39,4,56); }
td.TdClassName
{
border-color: #270438;
}
.TagClassName
{
border-color: #270438;
}
</style>