Shades of Blackcurrant #270341
Tints of Blackcurrant #270341
RGB
CMYK
RGB Variations
Color information
#270341 (or 0x270341) is known color: Blackcurrant. HEX triplet: 27, 03 and 41. RGB value is (39,3,65). Sum of RGB (Red+Green+Blue) = 39+3+65=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #270341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270341 is #D8FCBE. Grayscale: #141414. Windows color (decimal): -14220479 or 4260647. OLE color: 4260647.
HSL color Cylindrical-coordinate representation of color #270341: hue angle of 274.84º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270341 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 3 | 65 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.75 |
| HSL | 274.84º | 0.91% | 0.13% | - |
| HSV(B) | 274.84º | 0.95% | 0.25% | - |
| XYZ | 1.82 | 0.88 | 5.07 | - |
| YUV | 20.83 | 152.93 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 65 | 0.40 | 0.95 | 0 | 0.75 | 274.84 | 0.91 | 0.13 |
| Hex | 27 | 3 | 41 | 28 | 5F | 0 | 4B | 113 | 5B | D |
| Octal | 47 | 3 | 101 | 50 | 137 | 0 | 113 | 423 | 133 | 15 |
| Binary | 100111 | 11 | 1000001 | 101000 | 1011111 | 0 | 1001011 | 100010011 | 1011011 | 1101 |
Color Harmonies of #270341
Complementary color
Monochromatic Colors of #270341
Black with #270341
Text Example
Text Example
White with #270341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270341; }
p { color: rgb(39,3,65); }
H1.HeaderClassName
{
color: #270341;
}
.AnyTagClassName
{
color: #270341;
}
</style>
background-color css
<style>
a { background-color: #270341; }
a { background-color: rgb(39,3,65); }
div.DivClassName
{
background-color: #270341;
}
.BgClassName
{
background-color: #270341;
}
</style>
border-color css
<style>
span { border-color: #270341; }
span { border-color: rgb(39,3,65); }
td.TdClassName
{
border-color: #270341;
}
.TagClassName
{
border-color: #270341;
}
</style>