Shades of Blackcurrant #27033B
Tints of Blackcurrant #27033B
RGB
CMYK
RGB Variations
Color information
#27033B (or 0x27033B) is known color: Blackcurrant. HEX triplet: 27, 03 and 3B. RGB value is (39,3,59). Sum of RGB (Red+Green+Blue) = 39+3+59=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #27033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27033B is #D8FCC4. Grayscale: #131313. Windows color (decimal): -14220485 or 3867431. OLE color: 3867431.
HSL color Cylindrical-coordinate representation of color #27033B: hue angle of 278.57º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27033B is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 3 | 59 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.77 |
| HSL | 278.57º | 0.9% | 0.12% | - |
| HSV(B) | 278.57º | 0.95% | 0.23% | - |
| XYZ | 1.66 | 0.81 | 4.21 | - |
| YUV | 20.15 | 149.93 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 59 | 0.34 | 0.95 | 0 | 0.77 | 278.57 | 0.9 | 0.12 |
| Hex | 27 | 3 | 3B | 22 | 5F | 0 | 4D | 117 | 5A | C |
| Octal | 47 | 3 | 73 | 42 | 137 | 0 | 115 | 427 | 132 | 14 |
| Binary | 100111 | 11 | 111011 | 100010 | 1011111 | 0 | 1001101 | 100010111 | 1011010 | 1100 |
Color Harmonies of #27033B
Complementary color
Monochromatic Colors of #27033B
Black with #27033B
Text Example
Text Example
White with #27033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27033B; }
p { color: rgb(39,3,59); }
H1.HeaderClassName
{
color: #27033B;
}
.AnyTagClassName
{
color: #27033B;
}
</style>
background-color css
<style>
a { background-color: #27033B; }
a { background-color: rgb(39,3,59); }
div.DivClassName
{
background-color: #27033B;
}
.BgClassName
{
background-color: #27033B;
}
</style>
border-color css
<style>
span { border-color: #27033B; }
span { border-color: rgb(39,3,59); }
td.TdClassName
{
border-color: #27033B;
}
.TagClassName
{
border-color: #27033B;
}
</style>