Shades of Blackcurrant #27044B
Tints of Blackcurrant #27044B
RGB
CMYK
RGB Variations
Color information
#27044B (or 0x27044B) is known color: Blackcurrant. HEX triplet: 27, 04 and 4B. RGB value is (39,4,75). Sum of RGB (Red+Green+Blue) = 39+4+75=118 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.05% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #27044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27044B is #D8FBB4. Grayscale: #161616. Windows color (decimal): -14220213 or 4916263. OLE color: 4916263.
HSL color Cylindrical-coordinate representation of color #27044B: hue angle of 269.58º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27044B is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 4 | 75 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.71 |
| HSL | 269.58º | 0.9% | 0.15% | - |
| HSV(B) | 269.58º | 0.95% | 0.29% | - |
| XYZ | 2.15 | 1.03 | 6.74 | - |
| YUV | 22.56 | 157.6 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 75 | 0.48 | 0.95 | 0 | 0.71 | 269.58 | 0.9 | 0.15 |
| Hex | 27 | 4 | 4B | 30 | 5F | 0 | 47 | 10E | 5A | F |
| Octal | 47 | 4 | 113 | 60 | 137 | 0 | 107 | 416 | 132 | 17 |
| Binary | 100111 | 100 | 1001011 | 110000 | 1011111 | 0 | 1000111 | 100001110 | 1011010 | 1111 |
Color Harmonies of #27044B
Complementary color
Monochromatic Colors of #27044B
Black with #27044B
Text Example
Text Example
White with #27044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27044B; }
p { color: rgb(39,4,75); }
H1.HeaderClassName
{
color: #27044B;
}
.AnyTagClassName
{
color: #27044B;
}
</style>
background-color css
<style>
a { background-color: #27044B; }
a { background-color: rgb(39,4,75); }
div.DivClassName
{
background-color: #27044B;
}
.BgClassName
{
background-color: #27044B;
}
</style>
border-color css
<style>
span { border-color: #27044B; }
span { border-color: rgb(39,4,75); }
td.TdClassName
{
border-color: #27044B;
}
.TagClassName
{
border-color: #27044B;
}
</style>