Shades of Blackcurrant #270343
Tints of Blackcurrant #270343
RGB
CMYK
RGB Variations
Color information
#270343 (or 0x270343) is known color: Blackcurrant. HEX triplet: 27, 03 and 43. RGB value is (39,3,67). Sum of RGB (Red+Green+Blue) = 39+3+67=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 67 (26.56% from 255 or 61.47% from 109); Max value from RGB is 67 - color contains mainly: blue. Hex color #270343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270343 is #D8FCBC. Grayscale: #141414. Windows color (decimal): -14220477 or 4391719. OLE color: 4391719.
HSL color Cylindrical-coordinate representation of color #270343: hue angle of 273.75º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270343 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 3 | 67 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.74 |
| HSL | 273.75º | 0.91% | 0.14% | - |
| HSV(B) | 273.75º | 0.96% | 0.26% | - |
| XYZ | 1.88 | 0.9 | 5.39 | - |
| YUV | 21.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 67 | 0.42 | 0.96 | 0 | 0.74 | 273.75 | 0.91 | 0.14 |
| Hex | 27 | 3 | 43 | 2A | 60 | 0 | 4A | 112 | 5B | E |
| Octal | 47 | 3 | 103 | 52 | 140 | 0 | 112 | 422 | 133 | 16 |
| Binary | 100111 | 11 | 1000011 | 101010 | 1100000 | 0 | 1001010 | 100010010 | 1011011 | 1110 |
Color Harmonies of #270343
Complementary color
Monochromatic Colors of #270343
Black with #270343
Text Example
Text Example
White with #270343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270343; }
p { color: rgb(39,3,67); }
H1.HeaderClassName
{
color: #270343;
}
.AnyTagClassName
{
color: #270343;
}
</style>
background-color css
<style>
a { background-color: #270343; }
a { background-color: rgb(39,3,67); }
div.DivClassName
{
background-color: #270343;
}
.BgClassName
{
background-color: #270343;
}
</style>
border-color css
<style>
span { border-color: #270343; }
span { border-color: rgb(39,3,67); }
td.TdClassName
{
border-color: #270343;
}
.TagClassName
{
border-color: #270343;
}
</style>