Shades of Blackcurrant #270242
Tints of Blackcurrant #270242
RGB
CMYK
RGB Variations
Color information
#270242 (or 0x270242) is known color: Blackcurrant. HEX triplet: 27, 02 and 42. RGB value is (39,2,66). Sum of RGB (Red+Green+Blue) = 39+2+66=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #270242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270242 is #D8FDBD. Grayscale: #141414. Windows color (decimal): -14220734 or 4325927. OLE color: 4325927.
HSL color Cylindrical-coordinate representation of color #270242: hue angle of 274.69º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270242 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 2 | 66 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.74 |
| HSL | 274.69º | 0.94% | 0.13% | - |
| HSV(B) | 274.69º | 0.97% | 0.26% | - |
| XYZ | 1.84 | 0.87 | 5.22 | - |
| YUV | 20.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 66 | 0.41 | 0.97 | 0 | 0.74 | 274.69 | 0.94 | 0.13 |
| Hex | 27 | 2 | 42 | 29 | 61 | 0 | 4A | 113 | 5E | D |
| Octal | 47 | 2 | 102 | 51 | 141 | 0 | 112 | 423 | 136 | 15 |
| Binary | 100111 | 10 | 1000010 | 101001 | 1100001 | 0 | 1001010 | 100010011 | 1011110 | 1101 |
Color Harmonies of #270242
Complementary color
Monochromatic Colors of #270242
Black with #270242
Text Example
Text Example
White with #270242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270242; }
p { color: rgb(39,2,66); }
H1.HeaderClassName
{
color: #270242;
}
.AnyTagClassName
{
color: #270242;
}
</style>
background-color css
<style>
a { background-color: #270242; }
a { background-color: rgb(39,2,66); }
div.DivClassName
{
background-color: #270242;
}
.BgClassName
{
background-color: #270242;
}
</style>
border-color css
<style>
span { border-color: #270242; }
span { border-color: rgb(39,2,66); }
td.TdClassName
{
border-color: #270242;
}
.TagClassName
{
border-color: #270242;
}
</style>