Shades of Blackcurrant #270A43
Tints of Blackcurrant #270A43
RGB
CMYK
RGB Variations
Color information
#270A43 (or 0x270A43) is known color: Blackcurrant. HEX triplet: 27, 0A and 43. RGB value is (39,10,67). Sum of RGB (Red+Green+Blue) = 39+10+67=116 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.62% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #270A43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270A43 is #D8F5BC. Grayscale: #181818. Windows color (decimal): -14218685 or 4393511. OLE color: 4393511.
HSL color Cylindrical-coordinate representation of color #270A43: hue angle of 270.53º 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 #270A43 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 10 | 67 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.74 |
| HSL | 270.53º | 0.74% | 0.15% | - |
| HSV(B) | 270.53º | 0.85% | 0.26% | - |
| XYZ | 1.96 | 1.05 | 5.41 | - |
| YUV | 25.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 10 | 67 | 0.42 | 0.85 | 0 | 0.74 | 270.53 | 0.74 | 0.15 |
| Hex | 27 | A | 43 | 2A | 55 | 0 | 4A | 10F | 4A | F |
| Octal | 47 | 12 | 103 | 52 | 125 | 0 | 112 | 417 | 112 | 17 |
| Binary | 100111 | 1010 | 1000011 | 101010 | 1010101 | 0 | 1001010 | 100001111 | 1001010 | 1111 |
Color Harmonies of #270A43
Complementary color
Monochromatic Colors of #270A43
Black with #270A43
Text Example
Text Example
White with #270A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270A43; }
p { color: rgb(39,10,67); }
H1.HeaderClassName
{
color: #270A43;
}
.AnyTagClassName
{
color: #270A43;
}
</style>
background-color css
<style>
a { background-color: #270A43; }
a { background-color: rgb(39,10,67); }
div.DivClassName
{
background-color: #270A43;
}
.BgClassName
{
background-color: #270A43;
}
</style>
border-color css
<style>
span { border-color: #270A43; }
span { border-color: rgb(39,10,67); }
td.TdClassName
{
border-color: #270A43;
}
.TagClassName
{
border-color: #270A43;
}
</style>