Shades of Blackcurrant #270338
Tints of Blackcurrant #270338
RGB
CMYK
RGB Variations
Color information
#270338 (or 0x270338) is known color: Blackcurrant. HEX triplet: 27, 03 and 38. RGB value is (39,3,56). Sum of RGB (Red+Green+Blue) = 39+3+56=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #270338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270338 is #D8FCC7. Grayscale: #131313. Windows color (decimal): -14220488 or 3670823. OLE color: 3670823.
HSL color Cylindrical-coordinate representation of color #270338: hue angle of 280.75º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270338 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 3 | 56 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.78 |
| HSL | 280.75º | 0.9% | 0.12% | - |
| HSV(B) | 280.75º | 0.95% | 0.22% | - |
| XYZ | 1.58 | 0.78 | 3.81 | - |
| YUV | 19.81 | 148.43 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 3 | 56 | 0.30 | 0.95 | 0 | 0.78 | 280.75 | 0.9 | 0.12 |
| Hex | 27 | 3 | 38 | 1E | 5F | 0 | 4E | 119 | 5A | C |
| Octal | 47 | 3 | 70 | 36 | 137 | 0 | 116 | 431 | 132 | 14 |
| Binary | 100111 | 11 | 111000 | 11110 | 1011111 | 0 | 1001110 | 100011001 | 1011010 | 1100 |
Color Harmonies of #270338
Complementary color
Monochromatic Colors of #270338
Black with #270338
Text Example
Text Example
White with #270338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #270338; }
p { color: rgb(39,3,56); }
H1.HeaderClassName
{
color: #270338;
}
.AnyTagClassName
{
color: #270338;
}
</style>
background-color css
<style>
a { background-color: #270338; }
a { background-color: rgb(39,3,56); }
div.DivClassName
{
background-color: #270338;
}
.BgClassName
{
background-color: #270338;
}
</style>
border-color css
<style>
span { border-color: #270338; }
span { border-color: rgb(39,3,56); }
td.TdClassName
{
border-color: #270338;
}
.TagClassName
{
border-color: #270338;
}
</style>