Shades of Blackcurrant #27133B
Tints of Blackcurrant #27133B
RGB
CMYK
RGB Variations
Color information
#27133B (or 0x27133B) is known color: Blackcurrant. HEX triplet: 27, 13 and 3B. RGB value is (39,19,59). Sum of RGB (Red+Green+Blue) = 39+19+59=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #27133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27133B is #D8ECC4. Grayscale: #1D1D1D. Windows color (decimal): -14216389 or 3871527. OLE color: 3871527.
HSL color Cylindrical-coordinate representation of color #27133B: hue angle of 270º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27133B is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 19 | 59 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.77 |
| HSL | 270º | 0.51% | 0.15% | - |
| HSV(B) | 270º | 0.68% | 0.23% | - |
| XYZ | 1.86 | 1.21 | 4.27 | - |
| YUV | 29.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 59 | 0.34 | 0.68 | 0 | 0.77 | 270 | 0.51 | 0.15 |
| Hex | 27 | 13 | 3B | 22 | 44 | 0 | 4D | 10E | 33 | F |
| Octal | 47 | 23 | 73 | 42 | 104 | 0 | 115 | 416 | 63 | 17 |
| Binary | 100111 | 10011 | 111011 | 100010 | 1000100 | 0 | 1001101 | 100001110 | 110011 | 1111 |
Color Harmonies of #27133B
Complementary color
Monochromatic Colors of #27133B
Black with #27133B
Text Example
Text Example
White with #27133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27133B; }
p { color: rgb(39,19,59); }
H1.HeaderClassName
{
color: #27133B;
}
.AnyTagClassName
{
color: #27133B;
}
</style>
background-color css
<style>
a { background-color: #27133B; }
a { background-color: rgb(39,19,59); }
div.DivClassName
{
background-color: #27133B;
}
.BgClassName
{
background-color: #27133B;
}
</style>
border-color css
<style>
span { border-color: #27133B; }
span { border-color: rgb(39,19,59); }
td.TdClassName
{
border-color: #27133B;
}
.TagClassName
{
border-color: #27133B;
}
</style>