Shades of Blackcurrant #270442
Tints of Blackcurrant #270442
RGB
CMYK
RGB Variations
Color information
#270442 (or 0x270442) is known color: Blackcurrant. HEX triplet: 27, 04 and 42. RGB value is (39,4,66). Sum of RGB (Red+Green+Blue) = 39+4+66=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #270442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270442 is #D8FBBD. Grayscale: #151515. Windows color (decimal): -14220222 or 4326439. OLE color: 4326439.
HSL color Cylindrical-coordinate representation of color #270442: hue angle of 273.87º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270442 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 4 | 66 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.74 |
| HSL | 273.87º | 0.89% | 0.14% | - |
| HSV(B) | 273.87º | 0.94% | 0.26% | - |
| XYZ | 1.86 | 0.91 | 5.23 | - |
| YUV | 21.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 66 | 0.41 | 0.94 | 0 | 0.74 | 273.87 | 0.89 | 0.14 |
| Hex | 27 | 4 | 42 | 29 | 5E | 0 | 4A | 112 | 59 | E |
| Octal | 47 | 4 | 102 | 51 | 136 | 0 | 112 | 422 | 131 | 16 |
| Binary | 100111 | 100 | 1000010 | 101001 | 1011110 | 0 | 1001010 | 100010010 | 1011001 | 1110 |
Color Harmonies of #270442
Complementary color
Monochromatic Colors of #270442
Black with #270442
Text Example
Text Example
White with #270442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270442; }
p { color: rgb(39,4,66); }
H1.HeaderClassName
{
color: #270442;
}
.AnyTagClassName
{
color: #270442;
}
</style>
background-color css
<style>
a { background-color: #270442; }
a { background-color: rgb(39,4,66); }
div.DivClassName
{
background-color: #270442;
}
.BgClassName
{
background-color: #270442;
}
</style>
border-color css
<style>
span { border-color: #270442; }
span { border-color: rgb(39,4,66); }
td.TdClassName
{
border-color: #270442;
}
.TagClassName
{
border-color: #270442;
}
</style>