Shades of Blackcurrant #270A42
Tints of Blackcurrant #270A42
RGB
CMYK
RGB Variations
Color information
#270A42 (or 0x270A42) is known color: Blackcurrant. HEX triplet: 27, 0A and 42. RGB value is (39,10,66). Sum of RGB (Red+Green+Blue) = 39+10+66=115 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.91% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #270A42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A42 is #D8F5BD. Grayscale: #181818. Windows color (decimal): -14218686 or 4327975. OLE color: 4327975.
HSL color Cylindrical-coordinate representation of color #270A42: hue angle of 271.07º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #270A42 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 10 | 66 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.74 |
| HSL | 271.07º | 0.74% | 0.15% | - |
| HSV(B) | 271.07º | 0.85% | 0.26% | - |
| XYZ | 1.93 | 1.04 | 5.25 | - |
| YUV | 25.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 66 | 0.41 | 0.85 | 0 | 0.74 | 271.07 | 0.74 | 0.15 |
| Hex | 27 | A | 42 | 29 | 55 | 0 | 4A | 10F | 4A | F |
| Octal | 47 | 12 | 102 | 51 | 125 | 0 | 112 | 417 | 112 | 17 |
| Binary | 100111 | 1010 | 1000010 | 101001 | 1010101 | 0 | 1001010 | 100001111 | 1001010 | 1111 |
Color Harmonies of #270A42
Complementary color
Monochromatic Colors of #270A42
Black with #270A42
Text Example
Text Example
White with #270A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A42; }
p { color: rgb(39,10,66); }
H1.HeaderClassName
{
color: #270A42;
}
.AnyTagClassName
{
color: #270A42;
}
</style>
background-color css
<style>
a { background-color: #270A42; }
a { background-color: rgb(39,10,66); }
div.DivClassName
{
background-color: #270A42;
}
.BgClassName
{
background-color: #270A42;
}
</style>
border-color css
<style>
span { border-color: #270A42; }
span { border-color: rgb(39,10,66); }
td.TdClassName
{
border-color: #270A42;
}
.TagClassName
{
border-color: #270A42;
}
</style>