Shades of Blackcurrant #270C2B
Tints of Blackcurrant #270C2B
RGB
CMYK
RGB Variations
Color information
#270C2B (or 0x270C2B) is known color: Blackcurrant. HEX triplet: 27, 0C and 2B. RGB value is (39,12,43). Sum of RGB (Red+Green+Blue) = 39+12+43=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #270C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C2B is #D8F3D4. Grayscale: #171717. Windows color (decimal): -14218197 or 2821159. OLE color: 2821159.
HSL color Cylindrical-coordinate representation of color #270C2B: hue angle of 292.26º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #270C2B is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 12 | 43 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.83 |
| HSL | 292.26º | 0.56% | 0.11% | - |
| HSV(B) | 292.26º | 0.72% | 0.17% | - |
| XYZ | 1.4 | 0.87 | 2.38 | - |
| YUV | 23.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 43 | 0.09 | 0.72 | 0 | 0.83 | 292.26 | 0.56 | 0.11 |
| Hex | 27 | C | 2B | 9 | 48 | 0 | 53 | 124 | 38 | B |
| Octal | 47 | 14 | 53 | 11 | 110 | 0 | 123 | 444 | 70 | 13 |
| Binary | 100111 | 1100 | 101011 | 1001 | 1001000 | 0 | 1010011 | 100100100 | 111000 | 1011 |
Color Harmonies of #270C2B
Complementary color
Monochromatic Colors of #270C2B
Black with #270C2B
Text Example
Text Example
White with #270C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C2B; }
p { color: rgb(39,12,43); }
H1.HeaderClassName
{
color: #270C2B;
}
.AnyTagClassName
{
color: #270C2B;
}
</style>
background-color css
<style>
a { background-color: #270C2B; }
a { background-color: rgb(39,12,43); }
div.DivClassName
{
background-color: #270C2B;
}
.BgClassName
{
background-color: #270C2B;
}
</style>
border-color css
<style>
span { border-color: #270C2B; }
span { border-color: rgb(39,12,43); }
td.TdClassName
{
border-color: #270C2B;
}
.TagClassName
{
border-color: #270C2B;
}
</style>