Shades of Valhalla #303043
Tints of Valhalla #303043
RGB
CMYK
RGB Variations
Color information
#303043 (or 0x303043) is known color: Valhalla. HEX triplet: 30, 30 and 43. RGB value is (48,48,67). Sum of RGB (Red+Green+Blue) = 48+48+67=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 67 - color contains mainly: blue. Hex color #303043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303043 is #CFCFBC. Grayscale: #323232. Windows color (decimal): -13619133 or 4403248. OLE color: 4403248.
HSL color Cylindrical-coordinate representation of color #303043: hue angle of 240º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #303043 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 48 | 67 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.74 |
| HSL | 240º | 0.17% | 0.23% | - |
| HSV(B) | 240º | 0.28% | 0.26% | - |
| XYZ | 3.29 | 3.15 | 5.74 | - |
| YUV | 50.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 48 | 67 | 0.28 | 0.28 | 0 | 0.74 | 240 | 0.17 | 0.23 |
| Hex | 30 | 30 | 43 | 1C | 1C | 0 | 4A | F0 | 11 | 17 |
| Octal | 60 | 60 | 103 | 34 | 34 | 0 | 112 | 360 | 21 | 27 |
| Binary | 110000 | 110000 | 1000011 | 11100 | 11100 | 0 | 1001010 | 11110000 | 10001 | 10111 |
Color Harmonies of #303043
Complementary color
Monochromatic Colors of #303043
Black with #303043
Text Example
Text Example
White with #303043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303043; }
p { color: rgb(48,48,67); }
H1.HeaderClassName
{
color: #303043;
}
.AnyTagClassName
{
color: #303043;
}
</style>
background-color css
<style>
a { background-color: #303043; }
a { background-color: rgb(48,48,67); }
div.DivClassName
{
background-color: #303043;
}
.BgClassName
{
background-color: #303043;
}
</style>
border-color css
<style>
span { border-color: #303043; }
span { border-color: rgb(48,48,67); }
td.TdClassName
{
border-color: #303043;
}
.TagClassName
{
border-color: #303043;
}
</style>