Shades of Blackcurrant #271335
Tints of Blackcurrant #271335
RGB
CMYK
RGB Variations
Color information
#271335 (or 0x271335) is known color: Blackcurrant. HEX triplet: 27, 13 and 35. RGB value is (39,19,53). Sum of RGB (Red+Green+Blue) = 39+19+53=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #271335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271335 is #D8ECCA. Grayscale: #1C1C1C. Windows color (decimal): -14216395 or 3478311. OLE color: 3478311.
HSL color Cylindrical-coordinate representation of color #271335: hue angle of 275.29º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #271335 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 19 | 53 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.79 |
| HSL | 275.29º | 0.47% | 0.14% | - |
| HSV(B) | 275.29º | 0.64% | 0.21% | - |
| XYZ | 1.71 | 1.15 | 3.5 | - |
| YUV | 28.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 53 | 0.26 | 0.64 | 0 | 0.79 | 275.29 | 0.47 | 0.14 |
| Hex | 27 | 13 | 35 | 1A | 40 | 0 | 4F | 113 | 2F | E |
| Octal | 47 | 23 | 65 | 32 | 100 | 0 | 117 | 423 | 57 | 16 |
| Binary | 100111 | 10011 | 110101 | 11010 | 1000000 | 0 | 1001111 | 100010011 | 101111 | 1110 |
Color Harmonies of #271335
Complementary color
Monochromatic Colors of #271335
Black with #271335
Text Example
Text Example
White with #271335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271335; }
p { color: rgb(39,19,53); }
H1.HeaderClassName
{
color: #271335;
}
.AnyTagClassName
{
color: #271335;
}
</style>
background-color css
<style>
a { background-color: #271335; }
a { background-color: rgb(39,19,53); }
div.DivClassName
{
background-color: #271335;
}
.BgClassName
{
background-color: #271335;
}
</style>
border-color css
<style>
span { border-color: #271335; }
span { border-color: rgb(39,19,53); }
td.TdClassName
{
border-color: #271335;
}
.TagClassName
{
border-color: #271335;
}
</style>