Shades of Blackcurrant #270135
Tints of Blackcurrant #270135
RGB
CMYK
RGB Variations
Color information
#270135 (or 0x270135) is known color: Blackcurrant. HEX triplet: 27, 01 and 35. RGB value is (39,1,53). Sum of RGB (Red+Green+Blue) = 39+1+53=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #270135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270135 is #D8FECA. Grayscale: #121212. Windows color (decimal): -14221003 or 3473703. OLE color: 3473703.
HSL color Cylindrical-coordinate representation of color #270135: hue angle of 283.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270135 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 1 | 53 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.79 |
| HSL | 283.85º | 0.96% | 0.11% | - |
| HSV(B) | 283.85º | 0.98% | 0.21% | - |
| XYZ | 1.49 | 0.71 | 3.43 | - |
| YUV | 18.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 53 | 0.26 | 0.98 | 0 | 0.79 | 283.85 | 0.96 | 0.11 |
| Hex | 27 | 1 | 35 | 1A | 62 | 0 | 4F | 11C | 60 | B |
| Octal | 47 | 1 | 65 | 32 | 142 | 0 | 117 | 434 | 140 | 13 |
| Binary | 100111 | 1 | 110101 | 11010 | 1100010 | 0 | 1001111 | 100011100 | 1100000 | 1011 |
Color Harmonies of #270135
Complementary color
Monochromatic Colors of #270135
Black with #270135
Text Example
Text Example
White with #270135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270135; }
p { color: rgb(39,1,53); }
H1.HeaderClassName
{
color: #270135;
}
.AnyTagClassName
{
color: #270135;
}
</style>
background-color css
<style>
a { background-color: #270135; }
a { background-color: rgb(39,1,53); }
div.DivClassName
{
background-color: #270135;
}
.BgClassName
{
background-color: #270135;
}
</style>
border-color css
<style>
span { border-color: #270135; }
span { border-color: rgb(39,1,53); }
td.TdClassName
{
border-color: #270135;
}
.TagClassName
{
border-color: #270135;
}
</style>