Shades of Valhalla #302F44
Tints of Valhalla #302F44
RGB
CMYK
RGB Variations
Color information
#302F44 (or 0x302F44) is known color: Valhalla. HEX triplet: 30, 2F and 44. RGB value is (48,47,68). Sum of RGB (Red+Green+Blue) = 48+47+68=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #302F44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F44 is #CFD0BB. Grayscale: #313131. Windows color (decimal): -13619388 or 4468528. OLE color: 4468528.
HSL color Cylindrical-coordinate representation of color #302F44: hue angle of 242.86º degrees, saturation: 0.18, 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 #302F44 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 47 | 68 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.73 |
| HSL | 242.86º | 0.18% | 0.23% | - |
| HSV(B) | 242.86º | 0.31% | 0.27% | - |
| XYZ | 3.28 | 3.08 | 5.89 | - |
| YUV | 49.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 68 | 0.29 | 0.31 | 0 | 0.73 | 242.86 | 0.18 | 0.23 |
| Hex | 30 | 2F | 44 | 1D | 1F | 0 | 49 | F3 | 12 | 17 |
| Octal | 60 | 57 | 104 | 35 | 37 | 0 | 111 | 363 | 22 | 27 |
| Binary | 110000 | 101111 | 1000100 | 11101 | 11111 | 0 | 1001001 | 11110011 | 10010 | 10111 |
Color Harmonies of #302F44
Complementary color
Monochromatic Colors of #302F44
Black with #302F44
Text Example
Text Example
White with #302F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F44; }
p { color: rgb(48,47,68); }
H1.HeaderClassName
{
color: #302F44;
}
.AnyTagClassName
{
color: #302F44;
}
</style>
background-color css
<style>
a { background-color: #302F44; }
a { background-color: rgb(48,47,68); }
div.DivClassName
{
background-color: #302F44;
}
.BgClassName
{
background-color: #302F44;
}
</style>
border-color css
<style>
span { border-color: #302F44; }
span { border-color: rgb(48,47,68); }
td.TdClassName
{
border-color: #302F44;
}
.TagClassName
{
border-color: #302F44;
}
</style>