Shades of Valhalla #27293F
Tints of Valhalla #27293F
RGB
CMYK
RGB Variations
Color information
#27293F (or 0x27293F) is known color: Valhalla. HEX triplet: 27, 29 and 3F. RGB value is (39,41,63). Sum of RGB (Red+Green+Blue) = 39+41+63=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #27293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27293F is #D8D6C0. Grayscale: #2A2A2A. Windows color (decimal): -14210753 or 4139303. OLE color: 4139303.
HSL color Cylindrical-coordinate representation of color #27293F: hue angle of 235º 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 #27293F is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 41 | 63 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.75 |
| HSL | 235º | 0.24% | 0.2% | - |
| HSV(B) | 235º | 0.38% | 0.25% | - |
| XYZ | 2.53 | 2.38 | 5.03 | - |
| YUV | 42.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 41 | 63 | 0.38 | 0.35 | 0 | 0.75 | 235 | 0.24 | 0.2 |
| Hex | 27 | 29 | 3F | 26 | 23 | 0 | 4B | EB | 18 | 14 |
| Octal | 47 | 51 | 77 | 46 | 43 | 0 | 113 | 353 | 30 | 24 |
| Binary | 100111 | 101001 | 111111 | 100110 | 100011 | 0 | 1001011 | 11101011 | 11000 | 10100 |
Color Harmonies of #27293F
Complementary color
Monochromatic Colors of #27293F
Black with #27293F
Text Example
Text Example
White with #27293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27293F; }
p { color: rgb(39,41,63); }
H1.HeaderClassName
{
color: #27293F;
}
.AnyTagClassName
{
color: #27293F;
}
</style>
background-color css
<style>
a { background-color: #27293F; }
a { background-color: rgb(39,41,63); }
div.DivClassName
{
background-color: #27293F;
}
.BgClassName
{
background-color: #27293F;
}
</style>
border-color css
<style>
span { border-color: #27293F; }
span { border-color: rgb(39,41,63); }
td.TdClassName
{
border-color: #27293F;
}
.TagClassName
{
border-color: #27293F;
}
</style>