Shades of Valhalla #272847
Tints of Valhalla #272847
RGB
CMYK
RGB Variations
Color information
#272847 (or 0x272847) is known color: Valhalla. HEX triplet: 27, 28 and 47. RGB value is (39,40,71). Sum of RGB (Red+Green+Blue) = 39+40+71=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 71 - color contains mainly: blue. Hex color #272847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272847 is #D8D7B8. Grayscale: #2B2B2B. Windows color (decimal): -14211001 or 4663335. OLE color: 4663335.
HSL color Cylindrical-coordinate representation of color #272847: hue angle of 238.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272847 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 40 | 71 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.72 |
| HSL | 238.13º | 0.29% | 0.22% | - |
| HSV(B) | 238.13º | 0.45% | 0.28% | - |
| XYZ | 2.73 | 2.4 | 6.28 | - |
| YUV | 43.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 40 | 71 | 0.45 | 0.44 | 0 | 0.72 | 238.13 | 0.29 | 0.22 |
| Hex | 27 | 28 | 47 | 2D | 2C | 0 | 48 | EE | 1D | 16 |
| Octal | 47 | 50 | 107 | 55 | 54 | 0 | 110 | 356 | 35 | 26 |
| Binary | 100111 | 101000 | 1000111 | 101101 | 101100 | 0 | 1001000 | 11101110 | 11101 | 10110 |
Color Harmonies of #272847
Complementary color
Monochromatic Colors of #272847
Black with #272847
Text Example
Text Example
White with #272847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272847; }
p { color: rgb(39,40,71); }
H1.HeaderClassName
{
color: #272847;
}
.AnyTagClassName
{
color: #272847;
}
</style>
background-color css
<style>
a { background-color: #272847; }
a { background-color: rgb(39,40,71); }
div.DivClassName
{
background-color: #272847;
}
.BgClassName
{
background-color: #272847;
}
</style>
border-color css
<style>
span { border-color: #272847; }
span { border-color: rgb(39,40,71); }
td.TdClassName
{
border-color: #272847;
}
.TagClassName
{
border-color: #272847;
}
</style>