Shades of Blackcurrant #27052B
Tints of Blackcurrant #27052B
RGB
CMYK
RGB Variations
Color information
#27052B (or 0x27052B) is known color: Blackcurrant. HEX triplet: 27, 05 and 2B. RGB value is (39,5,43). Sum of RGB (Red+Green+Blue) = 39+5+43=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #27052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27052B is #D8FAD4. Grayscale: #131313. Windows color (decimal): -14219989 or 2819367. OLE color: 2819367.
HSL color Cylindrical-coordinate representation of color #27052B: hue angle of 293.68º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27052B is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 5 | 43 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.83 |
| HSL | 293.68º | 0.79% | 0.09% | - |
| HSV(B) | 293.68º | 0.88% | 0.17% | - |
| XYZ | 1.33 | 0.71 | 2.35 | - |
| YUV | 19.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 43 | 0.09 | 0.88 | 0 | 0.83 | 293.68 | 0.79 | 0.09 |
| Hex | 27 | 5 | 2B | 9 | 58 | 0 | 53 | 126 | 4F | 9 |
| Octal | 47 | 5 | 53 | 11 | 130 | 0 | 123 | 446 | 117 | 11 |
| Binary | 100111 | 101 | 101011 | 1001 | 1011000 | 0 | 1010011 | 100100110 | 1001111 | 1001 |
Color Harmonies of #27052B
Complementary color
Monochromatic Colors of #27052B
Black with #27052B
Text Example
Text Example
White with #27052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27052B; }
p { color: rgb(39,5,43); }
H1.HeaderClassName
{
color: #27052B;
}
.AnyTagClassName
{
color: #27052B;
}
</style>
background-color css
<style>
a { background-color: #27052B; }
a { background-color: rgb(39,5,43); }
div.DivClassName
{
background-color: #27052B;
}
.BgClassName
{
background-color: #27052B;
}
</style>
border-color css
<style>
span { border-color: #27052B; }
span { border-color: rgb(39,5,43); }
td.TdClassName
{
border-color: #27052B;
}
.TagClassName
{
border-color: #27052B;
}
</style>