Shades of Blackcurrant #270B34
Tints of Blackcurrant #270B34
RGB
CMYK
RGB Variations
Color information
#270B34 (or 0x270B34) is known color: Blackcurrant. HEX triplet: 27, 0B and 34. RGB value is (39,11,52). Sum of RGB (Red+Green+Blue) = 39+11+52=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #270B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270B34 is #D8F4CB. Grayscale: #171717. Windows color (decimal): -14218444 or 3410727. OLE color: 3410727.
HSL color Cylindrical-coordinate representation of color #270B34: hue angle of 280.98º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270B34 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 11 | 52 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.80 |
| HSL | 280.98º | 0.65% | 0.12% | - |
| HSV(B) | 280.98º | 0.79% | 0.2% | - |
| XYZ | 1.58 | 0.92 | 3.34 | - |
| YUV | 24.05 | 143.78 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 11 | 52 | 0.25 | 0.79 | 0 | 0.80 | 280.98 | 0.65 | 0.12 |
| Hex | 27 | B | 34 | 19 | 4F | 0 | 50 | 119 | 41 | C |
| Octal | 47 | 13 | 64 | 31 | 117 | 0 | 120 | 431 | 101 | 14 |
| Binary | 100111 | 1011 | 110100 | 11001 | 1001111 | 0 | 1010000 | 100011001 | 1000001 | 1100 |
Color Harmonies of #270B34
Complementary color
Monochromatic Colors of #270B34
Black with #270B34
Text Example
Text Example
White with #270B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270B34; }
p { color: rgb(39,11,52); }
H1.HeaderClassName
{
color: #270B34;
}
.AnyTagClassName
{
color: #270B34;
}
</style>
background-color css
<style>
a { background-color: #270B34; }
a { background-color: rgb(39,11,52); }
div.DivClassName
{
background-color: #270B34;
}
.BgClassName
{
background-color: #270B34;
}
</style>
border-color css
<style>
span { border-color: #270B34; }
span { border-color: rgb(39,11,52); }
td.TdClassName
{
border-color: #270B34;
}
.TagClassName
{
border-color: #270B34;
}
</style>