Shades of Valhalla #303246
Tints of Valhalla #303246
RGB
CMYK
RGB Variations
Color information
#303246 (or 0x303246) is known color: Valhalla. HEX triplet: 30, 32 and 46. RGB value is (48,50,70). Sum of RGB (Red+Green+Blue) = 48+50+70=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #303246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303246 is #CFCDB9. Grayscale: #333333. Windows color (decimal): -13618618 or 4600368. OLE color: 4600368.
HSL color Cylindrical-coordinate representation of color #303246: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303246 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 50 | 70 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.73 |
| HSL | 234.55º | 0.19% | 0.23% | - |
| HSV(B) | 234.55º | 0.31% | 0.27% | - |
| XYZ | 3.47 | 3.35 | 6.26 | - |
| YUV | 51.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 70 | 0.31 | 0.29 | 0 | 0.73 | 234.55 | 0.19 | 0.23 |
| Hex | 30 | 32 | 46 | 1F | 1D | 0 | 49 | EB | 13 | 17 |
| Octal | 60 | 62 | 106 | 37 | 35 | 0 | 111 | 353 | 23 | 27 |
| Binary | 110000 | 110010 | 1000110 | 11111 | 11101 | 0 | 1001001 | 11101011 | 10011 | 10111 |
Color Harmonies of #303246
Complementary color
Monochromatic Colors of #303246
Black with #303246
Text Example
Text Example
White with #303246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303246; }
p { color: rgb(48,50,70); }
H1.HeaderClassName
{
color: #303246;
}
.AnyTagClassName
{
color: #303246;
}
</style>
background-color css
<style>
a { background-color: #303246; }
a { background-color: rgb(48,50,70); }
div.DivClassName
{
background-color: #303246;
}
.BgClassName
{
background-color: #303246;
}
</style>
border-color css
<style>
span { border-color: #303246; }
span { border-color: rgb(48,50,70); }
td.TdClassName
{
border-color: #303246;
}
.TagClassName
{
border-color: #303246;
}
</style>