Shades of Blackcurrant #271432
Tints of Blackcurrant #271432
RGB
CMYK
RGB Variations
Color information
#271432 (or 0x271432) is known color: Blackcurrant. HEX triplet: 27, 14 and 32. RGB value is (39,20,50). Sum of RGB (Red+Green+Blue) = 39+20+50=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #271432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271432 is #D8EBCD. Grayscale: #1D1D1D. Windows color (decimal): -14216142 or 3281959. OLE color: 3281959.
HSL color Cylindrical-coordinate representation of color #271432: hue angle of 278º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #271432 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 20 | 50 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.80 |
| HSL | 278º | 0.43% | 0.14% | - |
| HSV(B) | 278º | 0.6% | 0.2% | - |
| XYZ | 1.66 | 1.16 | 3.15 | - |
| YUV | 29.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 50 | 0.22 | 0.60 | 0 | 0.80 | 278 | 0.43 | 0.14 |
| Hex | 27 | 14 | 32 | 16 | 3C | 0 | 50 | 116 | 2B | E |
| Octal | 47 | 24 | 62 | 26 | 74 | 0 | 120 | 426 | 53 | 16 |
| Binary | 100111 | 10100 | 110010 | 10110 | 111100 | 0 | 1010000 | 100010110 | 101011 | 1110 |
Color Harmonies of #271432
Complementary color
Monochromatic Colors of #271432
Black with #271432
Text Example
Text Example
White with #271432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271432; }
p { color: rgb(39,20,50); }
H1.HeaderClassName
{
color: #271432;
}
.AnyTagClassName
{
color: #271432;
}
</style>
background-color css
<style>
a { background-color: #271432; }
a { background-color: rgb(39,20,50); }
div.DivClassName
{
background-color: #271432;
}
.BgClassName
{
background-color: #271432;
}
</style>
border-color css
<style>
span { border-color: #271432; }
span { border-color: rgb(39,20,50); }
td.TdClassName
{
border-color: #271432;
}
.TagClassName
{
border-color: #271432;
}
</style>