Shades of Blackcurrant #270A38
Tints of Blackcurrant #270A38
RGB
CMYK
RGB Variations
Color information
#270A38 (or 0x270A38) is known color: Blackcurrant. HEX triplet: 27, 0A and 38. RGB value is (39,10,56). Sum of RGB (Red+Green+Blue) = 39+10+56=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #270A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A38 is #D8F5C7. Grayscale: #171717. Windows color (decimal): -14218696 or 3672615. OLE color: 3672615.
HSL color Cylindrical-coordinate representation of color #270A38: hue angle of 277.83º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #270A38 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 10 | 56 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.78 |
| HSL | 277.83º | 0.7% | 0.13% | - |
| HSV(B) | 277.83º | 0.82% | 0.22% | - |
| XYZ | 1.66 | 0.93 | 3.83 | - |
| YUV | 23.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 56 | 0.30 | 0.82 | 0 | 0.78 | 277.83 | 0.7 | 0.13 |
| Hex | 27 | A | 38 | 1E | 52 | 0 | 4E | 116 | 46 | D |
| Octal | 47 | 12 | 70 | 36 | 122 | 0 | 116 | 426 | 106 | 15 |
| Binary | 100111 | 1010 | 111000 | 11110 | 1010010 | 0 | 1001110 | 100010110 | 1000110 | 1101 |
Color Harmonies of #270A38
Complementary color
Monochromatic Colors of #270A38
Black with #270A38
Text Example
Text Example
White with #270A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A38; }
p { color: rgb(39,10,56); }
H1.HeaderClassName
{
color: #270A38;
}
.AnyTagClassName
{
color: #270A38;
}
</style>
background-color css
<style>
a { background-color: #270A38; }
a { background-color: rgb(39,10,56); }
div.DivClassName
{
background-color: #270A38;
}
.BgClassName
{
background-color: #270A38;
}
</style>
border-color css
<style>
span { border-color: #270A38; }
span { border-color: rgb(39,10,56); }
td.TdClassName
{
border-color: #270A38;
}
.TagClassName
{
border-color: #270A38;
}
</style>