Shades of Valhalla #272B40
Tints of Valhalla #272B40
RGB
CMYK
RGB Variations
Color information
#272B40 (or 0x272B40) is known color: Valhalla. HEX triplet: 27, 2B and 40. RGB value is (39,43,64). Sum of RGB (Red+Green+Blue) = 39+43+64=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #272B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B40 is #D8D4BF. Grayscale: #2C2C2C. Windows color (decimal): -14210240 or 4205351. OLE color: 4205351.
HSL color Cylindrical-coordinate representation of color #272B40: hue angle of 230.4º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #272B40 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 43 | 64 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.75 |
| HSL | 230.4º | 0.24% | 0.2% | - |
| HSV(B) | 230.4º | 0.39% | 0.25% | - |
| XYZ | 2.63 | 2.53 | 5.2 | - |
| YUV | 44.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 64 | 0.39 | 0.33 | 0 | 0.75 | 230.4 | 0.24 | 0.2 |
| Hex | 27 | 2B | 40 | 27 | 21 | 0 | 4B | E6 | 18 | 14 |
| Octal | 47 | 53 | 100 | 47 | 41 | 0 | 113 | 346 | 30 | 24 |
| Binary | 100111 | 101011 | 1000000 | 100111 | 100001 | 0 | 1001011 | 11100110 | 11000 | 10100 |
Color Harmonies of #272B40
Complementary color
Monochromatic Colors of #272B40
Black with #272B40
Text Example
Text Example
White with #272B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B40; }
p { color: rgb(39,43,64); }
H1.HeaderClassName
{
color: #272B40;
}
.AnyTagClassName
{
color: #272B40;
}
</style>
background-color css
<style>
a { background-color: #272B40; }
a { background-color: rgb(39,43,64); }
div.DivClassName
{
background-color: #272B40;
}
.BgClassName
{
background-color: #272B40;
}
</style>
border-color css
<style>
span { border-color: #272B40; }
span { border-color: rgb(39,43,64); }
td.TdClassName
{
border-color: #272B40;
}
.TagClassName
{
border-color: #272B40;
}
</style>