Shades of Blackcurrant #270C33
Tints of Blackcurrant #270C33
RGB
CMYK
RGB Variations
Color information
#270C33 (or 0x270C33) is known color: Blackcurrant. HEX triplet: 27, 0C and 33. RGB value is (39,12,51). Sum of RGB (Red+Green+Blue) = 39+12+51=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #270C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C33 is #D8F3CC. Grayscale: #181818. Windows color (decimal): -14218189 or 3345447. OLE color: 3345447.
HSL color Cylindrical-coordinate representation of color #270C33: hue angle of 281.54º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #270C33 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 39 | 12 | 51 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.8 |
| HSL | 281.54º | 0.62% | 0.12% | - |
| HSV(B) | 281.54º | 0.76% | 0.2% | - |
| XYZ | 1.57 | 0.93 | 3.23 | - |
| YUV | 24.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 12 | 51 | 0.24 | 0.76 | 0 | 0.8 | 281.54 | 0.62 | 0.12 |
| Hex | 27 | C | 33 | 18 | 4C | 0 | 50 | 11A | 3E | C |
| Octal | 47 | 14 | 63 | 30 | 114 | 0 | 120 | 432 | 76 | 14 |
| Binary | 100111 | 1100 | 110011 | 11000 | 1001100 | 0 | 1010000 | 100011010 | 111110 | 1100 |
Color Harmonies of #270C33
Complementary color
Monochromatic Colors of #270C33
Black with #270C33
Text Example
Text Example
White with #270C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270C33; }
p { color: rgb(39,12,51); }
H1.HeaderClassName
{
color: #270C33;
}
.AnyTagClassName
{
color: #270C33;
}
</style>
background-color css
<style>
a { background-color: #270C33; }
a { background-color: rgb(39,12,51); }
div.DivClassName
{
background-color: #270C33;
}
.BgClassName
{
background-color: #270C33;
}
</style>
border-color css
<style>
span { border-color: #270C33; }
span { border-color: rgb(39,12,51); }
td.TdClassName
{
border-color: #270C33;
}
.TagClassName
{
border-color: #270C33;
}
</style>