Shades of Blackcurrant #27153D
Tints of Blackcurrant #27153D
RGB
CMYK
RGB Variations
Color information
#27153D (or 0x27153D) is known color: Blackcurrant. HEX triplet: 27, 15 and 3D. RGB value is (39,21,61). Sum of RGB (Red+Green+Blue) = 39+21+61=121 (16% of max value = 765). Red value is 39 (15.62% from 255 or 32.23% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #27153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27153D is #D8EAC2. Grayscale: #1E1E1E. Windows color (decimal): -14215875 or 4003111. OLE color: 4003111.
HSL color Cylindrical-coordinate representation of color #27153D: hue angle of 267º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #27153D is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 21 | 61 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.76 |
| HSL | 267º | 0.49% | 0.16% | - |
| HSV(B) | 267º | 0.66% | 0.24% | - |
| XYZ | 1.95 | 1.3 | 4.56 | - |
| YUV | 30.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 21 | 61 | 0.36 | 0.66 | 0 | 0.76 | 267 | 0.49 | 0.16 |
| Hex | 27 | 15 | 3D | 24 | 42 | 0 | 4C | 10B | 31 | 10 |
| Octal | 47 | 25 | 75 | 44 | 102 | 0 | 114 | 413 | 61 | 20 |
| Binary | 100111 | 10101 | 111101 | 100100 | 1000010 | 0 | 1001100 | 100001011 | 110001 | 10000 |
Color Harmonies of #27153D
Complementary color
Monochromatic Colors of #27153D
Black with #27153D
Text Example
Text Example
White with #27153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27153D; }
p { color: rgb(39,21,61); }
H1.HeaderClassName
{
color: #27153D;
}
.AnyTagClassName
{
color: #27153D;
}
</style>
background-color css
<style>
a { background-color: #27153D; }
a { background-color: rgb(39,21,61); }
div.DivClassName
{
background-color: #27153D;
}
.BgClassName
{
background-color: #27153D;
}
</style>
border-color css
<style>
span { border-color: #27153D; }
span { border-color: rgb(39,21,61); }
td.TdClassName
{
border-color: #27153D;
}
.TagClassName
{
border-color: #27153D;
}
</style>