Shades of Blackcurrant #27002F
Tints of Blackcurrant #27002F
RGB
CMYK
RGB Variations
Color information
#27002F (or 0x27002F) is known color: Blackcurrant. HEX triplet: 27, 00 and 2F. RGB value is (39,0,47). Sum of RGB (Red+Green+Blue) = 39+0+47=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #27002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27002F is #D8FFD0. Grayscale: #101010. Windows color (decimal): -14221265 or 3080231. OLE color: 3080231.
HSL color Cylindrical-coordinate representation of color #27002F: hue angle of 289.79º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27002F is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 39 | 0 | 47 | - |
| CMYK | 0.17 | 1 | 0 | 0.82 |
| HSL | 289.79º | 1% | 0.09% | - |
| HSV(B) | 289.79º | 1% | 0.18% | - |
| XYZ | 1.35 | 0.64 | 2.74 | - |
| YUV | 17.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 47 | 0.17 | 1 | 0 | 0.82 | 289.79 | 1 | 0.09 |
| Hex | 27 | 0 | 2F | 11 | 64 | 0 | 52 | 122 | 64 | 9 |
| Octal | 47 | 0 | 57 | 21 | 144 | 0 | 122 | 442 | 144 | 11 |
| Binary | 100111 | 0 | 101111 | 10001 | 1100100 | 0 | 1010010 | 100100010 | 1100100 | 1001 |
Color Harmonies of #27002F
Complementary color
Monochromatic Colors of #27002F
Black with #27002F
Text Example
Text Example
White with #27002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27002F; }
p { color: rgb(39,0,47); }
H1.HeaderClassName
{
color: #27002F;
}
.AnyTagClassName
{
color: #27002F;
}
</style>
background-color css
<style>
a { background-color: #27002F; }
a { background-color: rgb(39,0,47); }
div.DivClassName
{
background-color: #27002F;
}
.BgClassName
{
background-color: #27002F;
}
</style>
border-color css
<style>
span { border-color: #27002F; }
span { border-color: rgb(39,0,47); }
td.TdClassName
{
border-color: #27002F;
}
.TagClassName
{
border-color: #27002F;
}
</style>