Shades of Valhalla #272A3F
Tints of Valhalla #272A3F
RGB
CMYK
RGB Variations
Color information
#272A3F (or 0x272A3F) is known color: Valhalla. HEX triplet: 27, 2A and 3F. RGB value is (39,42,63). Sum of RGB (Red+Green+Blue) = 39+42+63=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #272A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A3F is #D8D5C0. Grayscale: #2B2B2B. Windows color (decimal): -14210497 or 4139559. OLE color: 4139559.
HSL color Cylindrical-coordinate representation of color #272A3F: hue angle of 232.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #272A3F is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 42 | 63 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.75 |
| HSL | 232.5º | 0.24% | 0.2% | - |
| HSV(B) | 232.5º | 0.38% | 0.25% | - |
| XYZ | 2.56 | 2.45 | 5.04 | - |
| YUV | 43.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 63 | 0.38 | 0.33 | 0 | 0.75 | 232.5 | 0.24 | 0.2 |
| Hex | 27 | 2A | 3F | 26 | 21 | 0 | 4B | E8 | 18 | 14 |
| Octal | 47 | 52 | 77 | 46 | 41 | 0 | 113 | 350 | 30 | 24 |
| Binary | 100111 | 101010 | 111111 | 100110 | 100001 | 0 | 1001011 | 11101000 | 11000 | 10100 |
Color Harmonies of #272A3F
Complementary color
Monochromatic Colors of #272A3F
Black with #272A3F
Text Example
Text Example
White with #272A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A3F; }
p { color: rgb(39,42,63); }
H1.HeaderClassName
{
color: #272A3F;
}
.AnyTagClassName
{
color: #272A3F;
}
</style>
background-color css
<style>
a { background-color: #272A3F; }
a { background-color: rgb(39,42,63); }
div.DivClassName
{
background-color: #272A3F;
}
.BgClassName
{
background-color: #272A3F;
}
</style>
border-color css
<style>
span { border-color: #272A3F; }
span { border-color: rgb(39,42,63); }
td.TdClassName
{
border-color: #272A3F;
}
.TagClassName
{
border-color: #272A3F;
}
</style>