Shades of Valhalla #272A42
Tints of Valhalla #272A42
RGB
CMYK
RGB Variations
Color information
#272A42 (or 0x272A42) is known color: Valhalla. HEX triplet: 27, 2A and 42. RGB value is (39,42,66). Sum of RGB (Red+Green+Blue) = 39+42+66=147 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.53% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #272A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A42 is #D8D5BD. Grayscale: #2B2B2B. Windows color (decimal): -14210494 or 4336167. OLE color: 4336167.
HSL color Cylindrical-coordinate representation of color #272A42: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #272A42 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 39 | 42 | 66 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.74 |
| HSL | 233.33º | 0.26% | 0.21% | - |
| HSV(B) | 233.33º | 0.41% | 0.26% | - |
| XYZ | 2.65 | 2.48 | 5.49 | - |
| YUV | 43.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 66 | 0.41 | 0.36 | 0 | 0.74 | 233.33 | 0.26 | 0.21 |
| Hex | 27 | 2A | 42 | 29 | 24 | 0 | 4A | E9 | 1A | 15 |
| Octal | 47 | 52 | 102 | 51 | 44 | 0 | 112 | 351 | 32 | 25 |
| Binary | 100111 | 101010 | 1000010 | 101001 | 100100 | 0 | 1001010 | 11101001 | 11010 | 10101 |
Color Harmonies of #272A42
Complementary color
Monochromatic Colors of #272A42
Black with #272A42
Text Example
Text Example
White with #272A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A42; }
p { color: rgb(39,42,66); }
H1.HeaderClassName
{
color: #272A42;
}
.AnyTagClassName
{
color: #272A42;
}
</style>
background-color css
<style>
a { background-color: #272A42; }
a { background-color: rgb(39,42,66); }
div.DivClassName
{
background-color: #272A42;
}
.BgClassName
{
background-color: #272A42;
}
</style>
border-color css
<style>
span { border-color: #272A42; }
span { border-color: rgb(39,42,66); }
td.TdClassName
{
border-color: #272A42;
}
.TagClassName
{
border-color: #272A42;
}
</style>