Shades of Blackcurrant #27003F
Tints of Blackcurrant #27003F
RGB
CMYK
RGB Variations
Color information
#27003F (or 0x27003F) is known color: Blackcurrant. HEX triplet: 27, 00 and 3F. RGB value is (39,0,63). Sum of RGB (Red+Green+Blue) = 39+0+63=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #27003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27003F is #D8FFC0. Grayscale: #121212. Windows color (decimal): -14221249 or 4128807. OLE color: 4128807.
HSL color Cylindrical-coordinate representation of color #27003F: hue angle of 277.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27003F is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 0 | 63 | - |
| CMYK | 0.38 | 1 | 0 | 0.75 |
| HSL | 277.14º | 1% | 0.12% | - |
| HSV(B) | 277.14º | 1% | 0.25% | - |
| XYZ | 1.73 | 0.79 | 4.76 | - |
| YUV | 18.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 63 | 0.38 | 1 | 0 | 0.75 | 277.14 | 1 | 0.12 |
| Hex | 27 | 0 | 3F | 26 | 64 | 0 | 4B | 115 | 64 | C |
| Octal | 47 | 0 | 77 | 46 | 144 | 0 | 113 | 425 | 144 | 14 |
| Binary | 100111 | 0 | 111111 | 100110 | 1100100 | 0 | 1001011 | 100010101 | 1100100 | 1100 |
Color Harmonies of #27003F
Complementary color
Monochromatic Colors of #27003F
Black with #27003F
Text Example
Text Example
White with #27003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27003F; }
p { color: rgb(39,0,63); }
H1.HeaderClassName
{
color: #27003F;
}
.AnyTagClassName
{
color: #27003F;
}
</style>
background-color css
<style>
a { background-color: #27003F; }
a { background-color: rgb(39,0,63); }
div.DivClassName
{
background-color: #27003F;
}
.BgClassName
{
background-color: #27003F;
}
</style>
border-color css
<style>
span { border-color: #27003F; }
span { border-color: rgb(39,0,63); }
td.TdClassName
{
border-color: #27003F;
}
.TagClassName
{
border-color: #27003F;
}
</style>