Shades of Blackcurrant #27024C
Tints of Blackcurrant #27024C
RGB
CMYK
RGB Variations
Color information
#27024C (or 0x27024C) is known color: Blackcurrant. HEX triplet: 27, 02 and 4C. RGB value is (39,2,76). Sum of RGB (Red+Green+Blue) = 39+2+76=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #27024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27024C is #D8FDB3. Grayscale: #151515. Windows color (decimal): -14220724 or 4981287. OLE color: 4981287.
HSL color Cylindrical-coordinate representation of color #27024C: hue angle of 270º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27024C is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 2 | 76 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.70 |
| HSL | 270º | 0.95% | 0.15% | - |
| HSV(B) | 270º | 0.97% | 0.3% | - |
| XYZ | 2.16 | 1 | 6.92 | - |
| YUV | 21.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 76 | 0.49 | 0.97 | 0 | 0.70 | 270 | 0.95 | 0.15 |
| Hex | 27 | 2 | 4C | 31 | 61 | 0 | 46 | 10E | 5F | F |
| Octal | 47 | 2 | 114 | 61 | 141 | 0 | 106 | 416 | 137 | 17 |
| Binary | 100111 | 10 | 1001100 | 110001 | 1100001 | 0 | 1000110 | 100001110 | 1011111 | 1111 |
Color Harmonies of #27024C
Complementary color
Monochromatic Colors of #27024C
Black with #27024C
Text Example
Text Example
White with #27024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27024C; }
p { color: rgb(39,2,76); }
H1.HeaderClassName
{
color: #27024C;
}
.AnyTagClassName
{
color: #27024C;
}
</style>
background-color css
<style>
a { background-color: #27024C; }
a { background-color: rgb(39,2,76); }
div.DivClassName
{
background-color: #27024C;
}
.BgClassName
{
background-color: #27024C;
}
</style>
border-color css
<style>
span { border-color: #27024C; }
span { border-color: rgb(39,2,76); }
td.TdClassName
{
border-color: #27024C;
}
.TagClassName
{
border-color: #27024C;
}
</style>