Shades of Valhalla #272A41
Tints of Valhalla #272A41
RGB
CMYK
RGB Variations
Color information
#272A41 (or 0x272A41) is known color: Valhalla. HEX triplet: 27, 2A and 41. RGB value is (39,42,65). Sum of RGB (Red+Green+Blue) = 39+42+65=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #272A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A41 is #D8D5BE. Grayscale: #2B2B2B. Windows color (decimal): -14210495 or 4270631. OLE color: 4270631.
HSL color Cylindrical-coordinate representation of color #272A41: hue angle of 233.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #272A41 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 42 | 65 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.75 |
| HSL | 233.08º | 0.25% | 0.2% | - |
| HSV(B) | 233.08º | 0.4% | 0.25% | - |
| XYZ | 2.62 | 2.47 | 5.34 | - |
| YUV | 43.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 65 | 0.40 | 0.35 | 0 | 0.75 | 233.08 | 0.25 | 0.2 |
| Hex | 27 | 2A | 41 | 28 | 23 | 0 | 4B | E9 | 19 | 14 |
| Octal | 47 | 52 | 101 | 50 | 43 | 0 | 113 | 351 | 31 | 24 |
| Binary | 100111 | 101010 | 1000001 | 101000 | 100011 | 0 | 1001011 | 11101001 | 11001 | 10100 |
Color Harmonies of #272A41
Complementary color
Monochromatic Colors of #272A41
Black with #272A41
Text Example
Text Example
White with #272A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A41; }
p { color: rgb(39,42,65); }
H1.HeaderClassName
{
color: #272A41;
}
.AnyTagClassName
{
color: #272A41;
}
</style>
background-color css
<style>
a { background-color: #272A41; }
a { background-color: rgb(39,42,65); }
div.DivClassName
{
background-color: #272A41;
}
.BgClassName
{
background-color: #272A41;
}
</style>
border-color css
<style>
span { border-color: #272A41; }
span { border-color: rgb(39,42,65); }
td.TdClassName
{
border-color: #272A41;
}
.TagClassName
{
border-color: #272A41;
}
</style>